Prechádzať zdrojové kódy

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

15313670163 3 mesiacov pred
rodič
commit
1e0c3cd362
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();
     }