Commit 303e3330 authored by 何娜's avatar 何娜

log

parent af5c6f9d
Pipeline #6339 passed with stage
in 2 seconds
......@@ -124,6 +124,7 @@ class PartnerService extends Service {
async notice(order) {
const { ctx } = this;
ctx.logger.info(`【Partner】 notice into`);
const { orderId, notifyUrl, userId, notice } = order;
if (notifyUrl && notice !== '1') {
const ret = await ctx.curl(notifyUrl, {
......
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