Ver Fonte

调整快手

yumeng há 5 anos atrás
pai
commit
c25dbef63d

+ 3 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/kuaishou/service/impl/KuaishouInterfaceServiceImpl.java

@@ -775,6 +775,9 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
 
                         }
                         resultMap.put("deepConversionTypes", conversionTypeArr);
+                        resultMap.put("code", 0);
+                        resultMap.put("success", true);
+                        resultMap.put("message", "查询成功");
                     }