随行付进件通知加入mcc

This commit is contained in:
liuyingfang
2023-09-07 11:39:17 +08:00
parent 994b2c182b
commit f8d624ef28
11 changed files with 335 additions and 99 deletions

View File

@@ -228,6 +228,12 @@ public class MerchantController {
return "d8bd54ca68da9a76d473f246c8821ad0";
}
@GetMapping("/OeUIoBWT9l.txt")
@ResponseBody
public String OeUIoBWT9l1() {
return "d8bd54ca68da9a76d473f246c8821ad0";
}
@GetMapping("/account/auth")
public String accountAuth(HttpServletResponse response, HttpServletRequest request) {
@@ -2496,9 +2502,13 @@ public class MerchantController {
result.put("typeCode","MC");
result.put("currentFee","");
}else {
if("".equals(params[2].split("=")[1])){
result.put("currentFee","0.38");
}else {
result.put("currentFee",(params[2].split("=").length<=1)?"":params[2].split("=")[1]);
}
inviteNum=params[0].split("=")[1];
result.put("typeCode",params[1].split("=")[1]);
result.put("currentFee",(params[2].split("=").length<=1)?"":params[2].split("=")[1]);
}
String phone = "";
String userName = "";