Browse Source

珊瑚云返回小程序名称修改

lqc 4 years ago
parent
commit
1152ee86f8

+ 2 - 2
src/main/java/com/mokamrp/privates/controller/pangu/FosterwxCashWorkClientController.java

@@ -137,8 +137,8 @@ public class FosterwxCashWorkClientController {
 
                     JSONObject json = JSONObject.parseObject(obj.toString());
 
-                    boxInfo.setName((String) json.get("name"));
-                    
+                    boxInfo.setName((String) json.get("boxName"));
+
                     boxInfo.setTitle(fosterwxCashWorkwxTaskList.getTitle());
                     boxInfo.setEnterpoint(fosterwxCashWorkBoxClientInfo.getEnterpoint());
                     boxInfo.setHeadimg(fosterwxCashWorkBoxClientInfo.getHeadimg());