跨服展示英雄报错

back_recharge
duhui 2022-09-05 13:30:50 +08:00
parent fabf55e0dc
commit 6e81f56b7a
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ public class CoreService implements RPCRequestIFace.Iface {
jsonObject.remove("activityManager");
jsonObject.remove("bloodyInfo");
jsonObject.remove("workShopController");
jsonObject.remove("itemManager");
jsonObject.getJSONObject("itemManager").put("itemMap",new HashMap<>());
jsonObject.remove("mailManager");
jsonObject.remove("storeManager");
return jsonObject.toString();