获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信支付统一下单报错?
<xml> <return_code><![CDATA[FAIL]]></return_code> <return_msg><![CDATA[time_expire时间过短,刷卡至少1分钟,其他5分钟]]></return_msg> </xml> java.lang.IllegalArgumentException: time_expire时间过短,刷卡至少1分钟,其他5分钟 开始和结束时间我设置了,总共5分钟,还是报这个错 unifiedOrderRequest.setTimeStart(DateUtils.parseDateToStr(DateUtils.YYYYMMDDHHMMSS, new Date())); unifiedOrderRequest.setTimeExpire(DateUtils.toFormatYyyyMmDdHhMmSss(LocalDateTime.now().plusMinutes(5)));
2023-09-05 - 微信支付验证签名失败?
errMsg: "chooseWXPay:fail, the permission value is offline verifying
2023-05-26