Commit 66492aec authored by Hsinli's avatar Hsinli

add

parent 3f6f91fb
......@@ -277,10 +277,7 @@ class ApplyService extends Service {
ctx.logger.info(params);
let url = this.config.BLACKLIST_APPLY_URL;
let result = await ctx.helper.send_request(url, params, { method: 'POST' });
ctx.logger.info(result);
ctx.logger.info(result.data);
ctx.logger.info(result.data.data.blackList);
ctx.logger.info('blacklist:apply:result:' + JSON.stringify(result));
if (result.status != 200) {
ctx.failed('数据获取接口异常');
}
......
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