支付调试

This commit is contained in:
TinyAnts 2023-03-22 17:53:01 +08:00
parent 708931995f
commit 8fee113169
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class PayServiceImpl implements IPayService {
// 失效时间
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
Long expireTime = (System.currentTimeMillis() * 1000) + 1800;
Long expireTime = System.currentTimeMillis() + (30 * 60 * 1000);
String timeExpire = format.format(expireTime) + "+08:00";
// 订单信息