q-koa 12.9.0 → 12.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -534,6 +534,7 @@ exports.funds_order_pay = async ({ app, result }) => {
|
|
|
534
534
|
|
|
535
535
|
if (app.service[model] && app.service[model].notify) {
|
|
536
536
|
await app.service[model].notify({
|
|
537
|
+
ctx,
|
|
537
538
|
app,
|
|
538
539
|
order_id,
|
|
539
540
|
order: model,
|
|
@@ -590,6 +591,7 @@ exports.funds_order_refund = async ({ app, result }) => {
|
|
|
590
591
|
throw new Error('还没退成功')
|
|
591
592
|
if (app.service[model] && app.service[model].refund_notify) {
|
|
592
593
|
await app.service[model].refund_notify({
|
|
594
|
+
ctx,
|
|
593
595
|
app,
|
|
594
596
|
order_id,
|
|
595
597
|
order: model,
|