| | |
| | | |
| | | private String smid = "2088330203191220";//平台支付宝商户号... |
| | | |
| | | private String appid = "wx41d32f362ba0f911";//微信appid |
| | | private String appid = "wxe376c3189895ec7e";//微信appid |
| | | |
| | | private String appSecret = "cf0ebf950f5926a69041a0e2bbe20f3e"; |
| | | private String appSecret = "bd3ce1f17193b702ac13c9eeae2a2ca0"; |
| | | |
| | | private String mchId = "1501481761";//微信商户号 |
| | | private String mchId = "1682142091";//微信商户号 |
| | | |
| | | private String key = "6f5e0c2dcabfa9c27b5da5836a362fef";//微信商户号 |
| | | private String key = "dkebm3GJaryQYjdEiT6TSAa09p5CZJSw";//密钥 |
| | | |
| | | private String callbackPath = "https://jkcyl.cn/app";//支付回调网关地址 |
| | | |
| | |
| | | String result_code = map.get("result_code"); |
| | | if ("SUCCESS".equals(result_code)) { |
| | | Map<String, String> map1 = new HashedMap(); |
| | | |
| | | map1.put("nonce_str", map.get("nonce_str")); |
| | | map1.put("out_trade_no", map.get("out_trade_no"));//存储的订单code |
| | | map1.put("attach", map.get("attach"));//存储订单id |