Commit a027f48a authored by Hsinli's avatar Hsinli

addd

parent c2da6f97
Pipeline #19319 passed with stage
in 8 seconds
...@@ -18,6 +18,7 @@ class CheckController extends Controller { ...@@ -18,6 +18,7 @@ class CheckController extends Controller {
async getCheck() { async getCheck() {
const { ctx } = this; const { ctx } = this;
let params = ctx.request.query; let params = ctx.request.query;
ctx.logger.info('business_id:' + JSON.stringify(params));
let businessId = params['business_id'] || 142; let businessId = params['business_id'] || 142;
const ret = await ctx.service.duxiaoman.check.check(businessId); const ret = await ctx.service.duxiaoman.check.check(businessId);
ctx.success(ret); ctx.success(ret);
......
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