Commit e42e11b0 by 陈浩建

单宽回调剔除orderSeq参数,回调自动携带

parent 24931cb7
......@@ -481,7 +481,7 @@ public class DankuanController {
/**
* 测试后提交代码要恢复正式环境地址
*/
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/dkSuccessful?id="+userId+"&"+"orderSeq="+orderSeq;
String MERCHANTURL = "https://dx.dianyuanjiangli.com/mobile/#/hhr/dkSuccessful?id="+userId;
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