Commit f30dc362 authored by 姜登's avatar 姜登

notice

parent c2c485e0
Pipeline #17730 passed with stage
in 5 seconds
...@@ -128,7 +128,7 @@ class PartnerService extends Service { ...@@ -128,7 +128,7 @@ class PartnerService extends Service {
} }
} }
ctx.logger.info(`【Partner】 notice ${notifyUrl}`, 'orderId:', orderId, 'result:', ret.status, JSON.stringify(ret.data)); ctx.logger.info(`【Partner】 notice ${notifyUrl}`, 'orderId:', orderId, 'result:', ret.status, JSON.stringify(ret.data));
if (ret.status === 200) { if (ret.status === 200 || ret.status === 201) {
await order.update({ notice: '1' }); await order.update({ notice: '1' });
} }
} else { } else {
......
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