15313670163 3 долоо хоног өмнө
parent
commit
5f627c0bf5

+ 1 - 1
app/JsonRpc/FooterService.php

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