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