透传修改

master
lvxinran 2021-08-13 20:39:40 +08:00
parent 3377c2f278
commit 94bc3a99e9
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class XPRechargeController {
String[] collback = callbackInfo.split("_"); String[] collback = callbackInfo.split("_");
//为了兼容老包 //为了兼容老包
if(collback.length==1) { if(collback.length==1) {
callbackInfo = "0_"+callbackInfo; callbackInfo = data.getRoleId()+"_"+callbackInfo;
} }