Commit ef92334e authored by Hsinli's avatar Hsinli

addd

parent 7f6bbb35
Pipeline #13676 passed with stage
in 5 seconds
...@@ -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 this.helper.send_request(url, [], { method: 'GET' }); let resp = await ctx.helper.send_request(url, [], { method: 'GET' });
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