摘要: package com.gaoxiao.framework.controller.gaojia;import com.gaoxiao.framework.commonfiles.entity.StatusResult;import com.gaoxiao.framework.commonfiles. 阅读全文
posted @ 2017-02-09 17:51 逝岁鎏年 阅读(242) 评论(0) 推荐(0) 编辑
摘要: public class PayCommonUtil { //定义签名,微信根据参数字段的ASCII码值进行排序 加密签名,故使用SortMap进行参数排序 public static String createSign(String characterEncoding,SortedMap<Stri 阅读全文
posted @ 2017-02-09 17:48 逝岁鎏年 阅读(272) 评论(0) 推荐(0) 编辑
摘要: /** *支付宝支付 * @param orderId 订单编号 * @param actualPay 实际支付金额 * @return */ private String getOrderInfoByAliPay(String orderId,float actualPay) { //回调页面 S 阅读全文
posted @ 2017-02-09 17:46 逝岁鎏年 阅读(309) 评论(0) 推荐(0) 编辑