Explorar el Código

添加底部导航

15313670163 hace 3 semanas
padre
commit
5f627c0bf5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/JsonRpc/FooterService.php

+ 1 - 1
app/JsonRpc/FooterService.php

@@ -88,7 +88,7 @@ class FooterService implements FooterServiceInterface
         if(empty($result)){
             return Result::error("添加失败!");
         }else{
-            return Result::success($data);
+            return Result::success($result);
         }
     }
      /**