正在显示
1 个修改的文件
包含
0 行增加
和
17 行删除
| @@ -117,21 +117,4 @@ class GeoQuestionResController extends BaseController | @@ -117,21 +117,4 @@ class GeoQuestionResController extends BaseController | ||
| 117 | $data = $this->logic->getSearchDate(); | 117 | $data = $this->logic->getSearchDate(); |
| 118 | $this->response('success',Code::SUCCESS,$data); | 118 | $this->response('success',Code::SUCCESS,$data); |
| 119 | } | 119 | } |
| 120 | - | ||
| 121 | - /** | ||
| 122 | - * @remark :获取搜索列表 | ||
| 123 | - * @name :getSearchList | ||
| 124 | - * @author :lyh | ||
| 125 | - * @method :post | ||
| 126 | - * @time :2025/7/21 16:47 | ||
| 127 | - */ | ||
| 128 | - public function getSearchList(){ | ||
| 129 | - $this->request->validate([ | ||
| 130 | - 'created_at'=>'required', | ||
| 131 | - ],[ | ||
| 132 | - 'created_at.required' => 'created_at不能为空', | ||
| 133 | - ]); | ||
| 134 | - $data = $this->logic->getSearchList($this->map,$this->page,$this->row); | ||
| 135 | - $this->response('success',Code::SUCCESS,$data); | ||
| 136 | - } | ||
| 137 | } | 120 | } |
-
请 注册 或 登录 后发表评论