|
...
|
...
|
@@ -247,6 +247,7 @@ class KeywordController extends BaseController |
|
|
|
* @time :2024/7/2 10:14
|
|
|
|
*/
|
|
|
|
public function batchUpdateKeyword(){
|
|
|
|
$this->response('该功能正在优化中');
|
|
|
|
$this->request->validate([
|
|
|
|
'text'=>'required|array',
|
|
|
|
'update_object'=>'required|array',
|
...
|
...
|
|