Commit 30636dc0 authored by Hsinli's avatar Hsinli

addd

parent f49ba77e
Pipeline #8862 passed with stage
in 6 seconds
...@@ -33,7 +33,7 @@ class QuestionController extends Controller { ...@@ -33,7 +33,7 @@ class QuestionController extends Controller {
limit: { type: 'integer', required: false }, limit: { type: 'integer', required: false },
}; };
ctx.validate(rule, inputParams); ctx.validate(rule, inputParams);
let ret = await ctx.service.house.v2.hotQuestionPut.addQuestion(inputParams); let ret = await ctx.service.house.v2.hotQuestionPut.mineQuestion(inputParams);
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