This commit is contained in:
wkj 2025-06-16 13:15:04 +08:00
parent 412a20186c
commit 45ea4fb2ac
3 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ export default class AliPay extends AliPayDebug {
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
qr_pay_mode: qrPayMode, qr_pay_mode: qrPayMode,
qrcode_width: qrCodeWidth, qrcode_width: qrCodeWidth,
time_expire: dayJs(timeoutAt).format('yyyy-MM-dd HH:mm:ss'), time_expire: dayJs(timeoutAt).format('YYYY-MM-DD HH:mm:ss'),
}, },
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
needEncrypt: this.needEncrypt, needEncrypt: this.needEncrypt,

View File

@ -200,7 +200,7 @@ class AliPay extends AliPay_debug_1.default {
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
qr_pay_mode: qrPayMode, qr_pay_mode: qrPayMode,
qrcode_width: qrCodeWidth, qrcode_width: qrCodeWidth,
time_expire: (0, dayjs_1.default)(timeoutAt).format('yyyy-MM-dd HH:mm:ss'), time_expire: (0, dayjs_1.default)(timeoutAt).format('YYYY-MM-DD HH:mm:ss'),
}, },
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
needEncrypt: this.needEncrypt, needEncrypt: this.needEncrypt,

View File

@ -227,7 +227,7 @@ export default class AliPay extends AliPayDebug implements PayClazz {
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
qr_pay_mode: qrPayMode, qr_pay_mode: qrPayMode,
qrcode_width: qrCodeWidth, qrcode_width: qrCodeWidth,
time_expire: dayJs(timeoutAt).format('yyyy-MM-dd HH:mm:ss'), time_expire: dayJs(timeoutAt).format('YYYY-MM-DD HH:mm:ss'),
}, },
notify_url: payNotifyUrl, notify_url: payNotifyUrl,
needEncrypt: this.needEncrypt, needEncrypt: this.needEncrypt,