Commit 228a5682 authored by 姜登's avatar 姜登

gjjh5

parent a1ce6c30
Pipeline #6820 passed with stage
in 8 seconds
...@@ -104,8 +104,8 @@ class PartnerService extends Service { ...@@ -104,8 +104,8 @@ class PartnerService extends Service {
contentType: 'json', contentType: 'json',
method: 'POST', method: 'POST',
data: { data: {
orderId, order_id: orderId,
userId, user_id: userId || '',
status: 'success', status: 'success',
}, },
} }
...@@ -114,6 +114,8 @@ class PartnerService extends Service { ...@@ -114,6 +114,8 @@ class PartnerService extends Service {
if (ret.status === 200) { if (ret.status === 200) {
await order.update({ notice: '1' }); await order.update({ notice: '1' });
} }
} else {
ctx.logger.info('【Partner】 notice no send', 'orderId:', orderId);
} }
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