Commit f7831737 authored by Hsinli's avatar Hsinli

add

parent f496b2fc
Pipeline #19756 passed with stage
in 1 minute 0 seconds
......@@ -47,7 +47,6 @@ class LotteryPubliciseController extends Controller {
*/
async updateQuery() {
const { ctx } = this;
let inputParams = ctx.params;
let inputParams = ctx.request.body;
let rule = {
id: { type: 'integer', required: true },
......
......@@ -28,7 +28,7 @@ module.exports = app => {
//摇号-用户查询历史
router.get('/lottery/query/list', loginAuth, 'cd.lotteryPublicise.getUserQueryList');
//摇号-用户根据查询历史重新查询
router.post('/lottery/review', loginAuth, 'cd.lotteryPublicise.getUserQueryList');
router.post('/lottery/review', loginAuth, 'cd.lotteryPublicise.updateQuery');
......
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