Commit d0869036 authored by libin's avatar libin

推广*邀请

parent 80ba36d0
...@@ -38,7 +38,7 @@ public class AppUserRelationController extends BaseController<AppUserRelationBiz ...@@ -38,7 +38,7 @@ public class AppUserRelationController extends BaseController<AppUserRelationBiz
} }
@ApiOperation("查询邀请的成员") @ApiOperation("查询邀请的成员")
@GetMapping("/page") @GetMapping("/pages")
public ObjectRestResponse<InviteMemberVo> findInviteMemberByActivitState(@RequestParam(value = "state",required = false) Integer state, public ObjectRestResponse<InviteMemberVo> findInviteMemberByActivitState(@RequestParam(value = "state",required = false) Integer state,
@RequestParam("page") Integer page, @RequestParam("page") Integer page,
@RequestParam("limit") Integer limit, @RequestParam("limit") Integer limit,
......
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