mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
提交修改
This commit is contained in:
@@ -20,9 +20,9 @@ public class WhiteUserApi extends ApiBaseController {
|
||||
IWhiteUserService service;
|
||||
|
||||
|
||||
@GetMapping("/codes")
|
||||
@PostMapping("/codes")
|
||||
public JsonResponse<List<String>> list(String env){
|
||||
List<String> list = service.getCodes(null);
|
||||
List<String> list = service.getCodes(env);
|
||||
return success(list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user