From 442c6d4681c5e346c202d5801fbc08910b054662 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Wed, 27 Mar 2019 10:45:30 +0800 Subject: [PATCH] add --- config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 8399dec..6f9f1bc 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,9 @@ window.webAppH5 = {}; var appWxID = "wx945eccc8163fd75b"; /*服务器地址*/ -var webAppRoot = "http://pay.service.renniting.cn/v1";//http://39.98.54.240:8090"; //"http://39.98.54.240:8090"; +// var webAppRoot = "http://pay.service.renniting.cn/v1"; +//test 测试环境 +var webAppRoot = "http://39.98.54.240:8090"; //微信支付结果回调地址 var webAppPayResult = "http://wxgzh.renniting.cn/wechatwuxi/DEV/Threewf/codepay/page/wxpayResult.html"; @@ -42,6 +44,8 @@ webAppH5.wxGetOpenIdServer = "/weixinPublicPay/getOpenIdByCode"; //缴费-支付宝 webAppH5.aliPayServer = "/alipay/aliH5Pay"; +//h5-支付兑换优惠券 +webAppH5.useCouponQueryFee = "/keyTopQrCodeInOutPark/useCouponQueryFee"; -- libgit2 0.21.4