提交 0f1b1d2a authored 作者: linzhenjie's avatar linzhenjie

接口参数错误修复

上级 85ea57b6
...@@ -68,7 +68,7 @@ public class ShFamilyController { ...@@ -68,7 +68,7 @@ public class ShFamilyController {
@GetMapping("index") @GetMapping("index")
@ApiOperation("首页") @ApiOperation("首页")
@ApiLog("首页") @ApiLog("首页")
public R index(@RequestBody Map<String, Object> params, @LoginUser AppUserEntity user) { public R index(@RequestParam Map<String, Object> params, @LoginUser AppUserEntity user) {
return otherShFamilyService.index(user.getId(), Integer.valueOf((String) params.get("familyId"))); return otherShFamilyService.index(user.getId(), Integer.valueOf((String) params.get("familyId")));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论