Commit 3da63af3 authored by Hsinli's avatar Hsinli

addd

parent 7a56eb9d
Pipeline #19321 passed with stage
in 59 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('params:-----' + JSON.stringify(params));
let businessId = params['business_id'] ? Number(params['business_id']) : 142; let businessId = params['business_id'] ? Number(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