Commit 45c5da32 authored by 李尚科's avatar 李尚科
parents cbabe6be 43847312
Pipeline #14062 passed with stage
in 46 seconds
......@@ -300,6 +300,7 @@ class CommonService extends Service {
// url += i + '=' + params[i] + '&';
// }
// url = url.substring(0, url.length - 1);
ctx.logger.info({ shmfParams: JSON.stringify(params) });
let resp = await ctx.helper.send_request(url, params, { method: 'POST' });
ctx.logger.info({ resp: JSON.stringify(resp) });
return resp.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