Эх сурвалжийг харах

自助建站-流程管理:获取所有通栏(增加字段)、添加通栏、修改通栏(json内容相关修改)

15313670163 5 сар өмнө
parent
commit
f3626d992b

+ 0 - 6
app/JsonRpc/PublicRpcService.php

@@ -2703,12 +2703,6 @@ class PublicRpcService implements PublicRpcServiceInterface
         if(empty($template)){
             return Result::error('此皮肤不存在!');
         }
-        
-        // if(empty($rule)){
-        //     return Result::error('此规则不存在!');
-        // }
-        // $template_id = $data['template_id'];
-
         $index = $this->randomPage($data);
         return Result::success($index);
     }