活动:新手活动使用通用时间
This commit is contained in:
@@ -4,7 +4,7 @@ export default class ActivityController extends Controller {
|
||||
|
||||
public async getActivityList() {
|
||||
const { ctx } = this;
|
||||
const { page, pageSize, type, form: {groupId, current, activityId}, sortField, sortOrder } = ctx.request.body;
|
||||
const { page, pageSize, form: {groupId, current, activityId, type}, sortField, sortOrder } = ctx.request.body;
|
||||
ctx.body = await ctx.service.activity.getActivityList(page, pageSize, sortField, sortOrder, type, groupId, current, activityId);
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user