build
This commit is contained in:
parent
412a20186c
commit
45ea4fb2ac
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue