|
...
|
...
|
@@ -7,6 +7,7 @@ use App\Helper\Arr; |
|
|
|
use App\Http\Controllers\Bside\BaseController;
|
|
|
|
use App\Http\Logic\Bside\Product\KeywordLogic;
|
|
|
|
use App\Http\Requests\Bside\Product\KeywordRequest;
|
|
|
|
use App\Models\Com\NoticeLog;
|
|
|
|
use App\Models\Product\Keyword;
|
|
|
|
use App\Models\Product\KeywordRelated;
|
|
|
|
use App\Models\Product\Product;
|
|
...
|
...
|
@@ -232,4 +233,15 @@ class KeywordController extends BaseController |
|
|
|
}
|
|
|
|
$this->response('success');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :批量提交更新关键词
|
|
|
|
* @name :batchUpdateKeyword
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2024/7/2 10:14
|
|
|
|
*/
|
|
|
|
public function batchUpdateKeyword(){
|
|
|
|
$noticeLogModel = new NoticeLog();
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|