Commit 442c6d4681c5e346c202d5801fbc08910b054662
1 parent
b9b9077a
add
Showing
1 changed file
with
5 additions
and
1 deletions
config.js
... | ... | @@ -9,7 +9,9 @@ window.webAppH5 = {}; |
9 | 9 | var appWxID = "wx945eccc8163fd75b"; |
10 | 10 | |
11 | 11 | /*服务器地址*/ |
12 | -var webAppRoot = "http://pay.service.renniting.cn/v1";//http://39.98.54.240:8090"; //"http://39.98.54.240:8090"; | |
12 | +// var webAppRoot = "http://pay.service.renniting.cn/v1"; | |
13 | +//test 测试环境 | |
14 | +var webAppRoot = "http://39.98.54.240:8090"; | |
13 | 15 | //微信支付结果回调地址 |
14 | 16 | var webAppPayResult = "http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/page/wxpayResult.html"; |
15 | 17 | |
... | ... | @@ -42,6 +44,8 @@ webAppH5.wxGetOpenIdServer = "/weixinPublicPay/getOpenIdByCode"; |
42 | 44 | //缴费-支付宝 |
43 | 45 | webAppH5.aliPayServer = "/alipay/aliH5Pay"; |
44 | 46 | |
47 | +//h5-支付兑换优惠券 | |
48 | +webAppH5.useCouponQueryFee = "/keyTopQrCodeInOutPark/useCouponQueryFee"; | |
45 | 49 | |
46 | 50 | |
47 | 51 | ... | ... |