Commit a05d2b73 authored by 姜登's avatar 姜登

notify

parent 11c5db8e
Pipeline #3902 passed with stage
in 3 seconds
...@@ -103,8 +103,10 @@ class PartnerService extends Service { ...@@ -103,8 +103,10 @@ class PartnerService extends Service {
}, },
} }
) )
ctx.logger.info(`【Partner】 notice ${callbackUrl}`, 'orderId:', orderId, 'result:', JSON.stringify(ret.data)); ctx.logger.info(`【Partner】 notice ${callbackUrl}`, 'orderId:', orderId, 'result:', ret.status, JSON.stringify(ret.data));
await order.update({ notice: '1' }); if (ret.status == 200) {
await order.update({ notice: '1' });
}
} }
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment