소스 검색

添加底部导航

15313670163 2 달 전
부모
커밋
5f627c0bf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
         }
     }
      /**