Commit 2039f195 authored by Hsinli's avatar Hsinli

addd

parent 6d45b0f3
...@@ -301,7 +301,7 @@ class CommonService extends Service { ...@@ -301,7 +301,7 @@ class CommonService extends Service {
url += i + '=' + params[i] + '&'; url += i + '=' + params[i] + '&';
} }
url = url.substring(0, url.length - 1); url = url.substring(0, url.length - 1);
let resp = await ctx.helper.send_request(url, {}, { method: 'POST' }); let resp = await ctx.helper.send_request(url, params, { method: 'POST' });
ctx.logger.info({ resp: JSON.stringify(resp) }); ctx.logger.info({ resp: JSON.stringify(resp) });
return resp.data; 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