Commit d5130cd0 by linboxuan

update setting.js tlNotifyUrl

parent 2f6f8c0f
......@@ -60,7 +60,8 @@ var settings = {
},
qifuH5PayNotifyUrl: function () {
if (this.env == "dev") {
return "http://gsb.qifu.gongsibao.com:4012/tlpay/notify";
// return "http://gsb.qifu.gongsibao.com:4012/tlpay/notify";
return "http://gsbweb.qifu-dev.gongsibao.com:4012/tlpay/notify"// 2020 0804 lin 修改测试环境tl回调地址
} else {
return "http://gsb.qifu.gongsibao.com/tlpay/notify";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment