8u 我要当大圣渠道

master
grimm 2024-04-08 15:56:18 +08:00
parent 24de8de9af
commit b5fee0f2a8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class EigthURechargeController {
String amountForward = String.valueOf((int)(Double.parseDouble(amount) * 100));
String result = PayLogic.initOrder(callbackInfo, orderNo, amountForward, new Date(System.currentTimeMillis()), callback[0], PaySdkEnum.QUICK);
if ("SUCCESS".equals(result) || "ORDER_IS_EXIST".equals(result)) {
return "SUCCESS";
return "success";
}else {
return "fail";
}