AI 3 月之前
父节点
当前提交
73aa182943
共有 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();
     }