| | |
| | | CommonCache.setValue("nativeQrcodePayment_" + token, reqJson.toJSONString(), CommonCache.PAY_DEFAULT_EXPIRE_TIME); |
| | | JSONObject result = new JSONObject(); |
| | | |
| | | String notifyUrl = UrlCache.getOwnerUrl() + "/app/payment/notify/wechat/"+appId+"/"+reqJson.getString("paymentPoolId"); |
| | | |
| | | // |
| | | // |
| | | // List<PaymentKeyDto> paymentKeyDtos = null; |
| | |
| | | paramMap.put("goods_des", systemName + "测试"); |
| | | paramMap.put("term_id", "abcdefgh"); |
| | | paramMap.put("term_ip", PayUtil.getLocalIp()); |
| | | paramMap.put("notify_url", "?wId=" + WechatFactory.getWId(smallWeChatDto.getAppId())); |
| | | paramMap.put("notify_url", notifyUrl + "?wId=" + WechatFactory.getWId(smallWeChatDto.getAppId())); |
| | | paramMap.put("trade_type", "WXBXLET"); |
| | | paramMap.put("order_type", "WECHAT"); |
| | | // paramMap.put("sub_openid", openid); |