作者 lyh

gx

... ... @@ -83,7 +83,7 @@ class RecommendedSuppliers extends Command
* @time :2024/3/5 11:38
*/
public function savePurchaser($project_id,$keyword,$row = 10){
$url = 'https://admin.hagro.cn/api/company_list';
$url = 'https://fob.ai.cc/api/company_list';
$data = [
'prod_desc'=>$keyword,
'total'=>$row ?? 10,
... ...