Commit d27917b7 by 罗承锋

修改支付后访问页面url参数

parent 9f65f0d8
......@@ -501,7 +501,7 @@ public class DankuanController {
/**
* 测试后提交代码要恢复正式环境地址
*/
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/kdyToSuccessPage?id="+userId + "&kdId=" + orderSeq;
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/kdyToSuccessPage?kdId=" + orderSeq;
map.put("MERCHANTURL", MERCHANTURL);
//单宽回调后端接口地址
// 正式环境
......
......@@ -477,7 +477,7 @@ public class RongHeController {
/**
* 测试后提交代码要恢复正式环境地址
*/
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/kdyToSuccessPage?id="+userId + "&kdId=" + orderSeq;
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/kdyToSuccessPage?kdId=" + orderSeq;
map.put("MERCHANTURL", MERCHANTURL);
// 融合回调后端接口地址
//正式地址
......
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