增加登录同步到充值业务功能
This commit is contained in:
@@ -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())){
|
||||
|
||||
Reference in New Issue
Block a user