소스 검색

Merge branch '20241213_fr_diyweb' of https://gitee.com/zxt_5/public_producer into 20241213_fr_diyweb

15313670163 3 달 전
부모
커밋
1e0c3cd362
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/JsonRpc/PublicRpcService.php

+ 1 - 1
app/JsonRpc/PublicRpcService.php

@@ -593,7 +593,7 @@ class PublicRpcService implements PublicRpcServiceInterface
     public function addSector(array $data): array
     {
         unset($data['user_id']);
-        $data['page_type'] = json_encode($data['page_type']);
+        // $data['page_type'] = json_encode($data['page_type']);
         $result = Sector::insertGetId($data);
         return Result::success();
     }