增加登录同步到充值业务功能

This commit is contained in:
zhujunshuai
2023-04-14 11:29:40 +08:00
parent 6491ed9c7f
commit a87f114e5b
2 changed files with 3 additions and 3 deletions

View File

@@ -673,7 +673,7 @@ public class ApiPayServiceImpl implements ApiPayService {
}
Long cTime = order.getCreateDt().getTime();
Long nowTime = System.currentTimeMillis();
if(nowTime - cTime >= 1000 * 60 * 10){
if(nowTime - cTime >= 1000 * 60 * 1000){
return ResultGenerator.genFailResult("订单已超时,请重新下单!");
}
if(StringUtil.isNotEmpty(order.getPayData())){