正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -114,7 +114,7 @@ class RecommendedSuppliers extends Command | @@ -114,7 +114,7 @@ class RecommendedSuppliers extends Command | ||
| 114 | * @method :post | 114 | * @method :post |
| 115 | * @time :2024/7/1 18:07 | 115 | * @time :2024/7/1 18:07 |
| 116 | */ | 116 | */ |
| 117 | - public function getKeywords($project_id){git | 117 | + public function getKeywords($project_id){ |
| 118 | $info = Keyword::inRandomOrder()->first(); | 118 | $info = Keyword::inRandomOrder()->first(); |
| 119 | $keywordInfo = $this->getPurchaser($info->title,$project_id); | 119 | $keywordInfo = $this->getPurchaser($info->title,$project_id); |
| 120 | if($keywordInfo !== false){ | 120 | if($keywordInfo !== false){ |
-
请 注册 或 登录 后发表评论