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";