|
@@ -32,7 +32,7 @@ public class JySceneUserAuthController {
|
|
|
|
|
|
@ValidateApi
|
|
|
@SaIgnore
|
|
|
- @GetMapping("/pageListAuth")
|
|
|
+ @PostMapping("/pageListAuth")
|
|
|
public ResultData pageListAuth(@Validated @RequestBody JmgaGetAuthParamVo param){
|
|
|
return jySceneUserAuthService.pageListAuth(param);
|
|
|
}
|
|
@@ -68,14 +68,14 @@ public class JySceneUserAuthController {
|
|
|
|
|
|
@ValidateApi
|
|
|
@SaIgnore
|
|
|
- @GetMapping("/getAuthList")
|
|
|
+ @PostMapping("/getAuthList")
|
|
|
public ResultData getAuthList(@Validated @RequestBody JmgaGetAuthParamVo param){
|
|
|
return jySceneUserAuthService.getAuthList(param);
|
|
|
}
|
|
|
|
|
|
@ValidateApi
|
|
|
@SaIgnore
|
|
|
- @GetMapping("/getAuthType")
|
|
|
+ @PostMapping("/getAuthType")
|
|
|
public ResultData getAuthType(@Validated @RequestBody JmgaGetAuthParamVo param){
|
|
|
return jySceneUserAuthService.getAuthType(param);
|
|
|
}
|