소스 검색

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

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

+ 1 - 0
app/JsonRpc/PublicRpcService.php

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