Commit 04d6d96b authored by 何娜's avatar 何娜

错误提示

parent c6020fe8
Pipeline #6165 passed with stage
in 1 minute 1 second
...@@ -84,6 +84,7 @@ class SignatureService extends Service { ...@@ -84,6 +84,7 @@ class SignatureService extends Service {
contentType: 'json', contentType: 'json',
}); });
ctx.logger.info('【Signature】partnerOrderId params', JSON.stringify(params), 'result:', result.data); ctx.logger.info('【Signature】partnerOrderId params', JSON.stringify(params), 'result:', result.data);
this._checkSuccess(result);
return result.data return result.data
} }
......
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