摘要: 阅读全文
posted @ 2014-01-19 21:46 logep 阅读(1750) 评论(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 阅读(484) 评论(0) 推荐(0) 编辑