Commit 19d5d83d authored by 何娜's avatar 何娜

taxh5 1

parent 3bb20aca
Pipeline #7084 passed with stage
in 4 seconds
......@@ -35,7 +35,7 @@ class StorageService extends Service {
contentType: 'json',
});
ctx.logger.info(`【Storage】write url:${writeUrl} params`, JSON.stringify({ ...data, serviceType: writeType }), 'result:', JSON.stringify(result.data));
ctx.logger.info(`【Storage】write url:${writeUrl}`, 'result:', JSON.stringify(result.data));
if (result.data.code !== '0') {
throw new Error('存储数据出错');
}
......
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