generated from root/miduo_server
修改查询角色接口
parent
0c67b9369c
commit
6d5e0ddbf0
|
@ -2091,7 +2091,7 @@ public class PayController {
|
||||||
json.put("msg", "SUCCESS");
|
json.put("msg", "SUCCESS");
|
||||||
}else{
|
}else{
|
||||||
json.put("code", 404);
|
json.put("code", 404);
|
||||||
json.put("msg", "user not exist");
|
json.put("msg", "user role not exist");
|
||||||
}
|
}
|
||||||
json.put("currentServerId", currentServerId);
|
json.put("currentServerId", currentServerId);
|
||||||
json.put("currentRoleId", currentRoleId);
|
json.put("currentRoleId", currentRoleId);
|
||||||
|
|
Loading…
Reference in New Issue