修改查询角色接口

main
grimm 2025-04-30 15:37:23 +08:00
parent 0c67b9369c
commit 6d5e0ddbf0
1 changed files with 1 additions and 1 deletions

View File

@ -2091,7 +2091,7 @@ public class PayController {
json.put("msg", "SUCCESS");
}else{
json.put("code", 404);
json.put("msg", "user not exist");
json.put("msg", "user role not exist");
}
json.put("currentServerId", currentServerId);
json.put("currentRoleId", currentRoleId);