Commit 88493a2d authored by Hsinli's avatar Hsinli

add

parent 4a89abe0
......@@ -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