|
@@ -114,7 +114,7 @@ public class TbWalletTopupService extends ServiceImpl<TbWalletTopupMapper, TbWal
|
|
|
|
|
|
public void handlerTopup(String outTradeNoStr) {
|
|
|
String key = wxPayProperties.getMchId() + "-" + wxPayProperties.getAppId();
|
|
|
- long now = System.currentTimeMillis() / 1000 - 30 * 60;
|
|
|
+ long now = System.currentTimeMillis() / 1000 - 10 * 60;
|
|
|
String outTradeNo = StrUtil.subBefore(outTradeNoStr, "-", true);
|
|
|
String timeStr = StrUtil.subAfter(outTradeNoStr, "-", true);
|
|
|
if (StrUtil.isEmpty(timeStr) || now > Long.parseLong(timeStr)) {
|