摘要:
阅读全文
posted @ 2014-01-19 21:46
logep
阅读(1794)
评论(0)
推荐(0)
摘要:
/**
* 根据订单生成支付宝接口URL.
* @param httpRequest
* @param order 订单实例
* @return
* @throws Exception
*/
public static String makeOrderAlipayUrl(HttpServletRequest httpRequest,Order order) throws Exception {
HashMap hm = new HashMap();
hm.put("_input_charset",httpRequest.getCharacterEncoding());/ 阅读全文
posted @ 2014-01-19 17:47
logep
阅读(497)
评论(0)
推荐(0)

浙公网安备 33010602011771号