|
...
|
...
|
@@ -114,7 +114,7 @@ class RecommendedSuppliers extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2024/7/1 18:07
|
|
|
|
*/
|
|
|
|
public function getKeywords($project_id){
|
|
|
|
public function getKeywords($project_id){git
|
|
|
|
$info = Keyword::inRandomOrder()->first();
|
|
|
|
$keywordInfo = $this->getPurchaser($info->title,$project_id);
|
|
|
|
if($keywordInfo !== false){
|
...
|
...
|
|