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