合并分支 'lyh-server' 到 'master'
gx脚本 查看合并请求 !2027
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -247,6 +247,7 @@ class KeywordController extends BaseController | @@ -247,6 +247,7 @@ class KeywordController extends BaseController | ||
| 247 | * @time :2024/7/2 10:14 | 247 | * @time :2024/7/2 10:14 |
| 248 | */ | 248 | */ |
| 249 | public function batchUpdateKeyword(){ | 249 | public function batchUpdateKeyword(){ |
| 250 | + $this->response('该功能正在优化中'); | ||
| 250 | $this->request->validate([ | 251 | $this->request->validate([ |
| 251 | 'text'=>'required|array', | 252 | 'text'=>'required|array', |
| 252 | 'update_object'=>'required|array', | 253 | 'update_object'=>'required|array', |
-
请 注册 或 登录 后发表评论