测试代码提交

lvxinran 2021-04-05 00:41:12 +08:00
parent eb124d4382
commit 4f4e029088
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public class MHTGnWebRechargeController {
LOGGER.info(" callback==>RPC result : ResultCode : " + result.getResultCode() + "; ResultMsg : " + result.getResultMsg());
cuserDao.addCpayOrder(cPayOrder);
} else {
System.out.println("测试代码");
return "FAIL";
}
}