seyason 3 years ago
parent
commit
3329443cf5

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/DingDingServiceImpl.java

@@ -1400,7 +1400,7 @@ public class DingDingServiceImpl implements DingDingService {
             e.printStackTrace();
         }
         System.out.println(quotaListResponse.getBody());
-        JSONObject json =
+        JSONObject json = JSONObject.parseObject(quotaListResponse.getBody());
         return new HttpRespMsg();
     }