fix:等级方案页面接口被安全拦截,临时处理

This commit is contained in:
liangcheng 2025-09-01 15:37:04 +08:00
parent 9f3ff2b3a4
commit 7f687ef98a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class SchemeController {
* @return
*/
@GET
@Path("/getTable")
@Path("/getSchemeTable")
@Produces(MediaType.APPLICATION_JSON)
public ReturnResult listScheme(@Context HttpServletRequest request, @Context HttpServletResponse response) {
try {