Commit c131fb51 by sxy

fix: 30秒认知 URL改变

parent b2a9a84b
...@@ -63,7 +63,8 @@ class UtilsFgbusinesschancService extends AppServiceBase { ...@@ -63,7 +63,8 @@ class UtilsFgbusinesschancService extends AppServiceBase {
return system.getResult(null, "actionBody.companyName can not be empty,100290"); return system.getResult(null, "actionBody.companyName can not be empty,100290");
} }
actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName); actionBody.companyName = await this.getConvertSemiangleStr(actionBody.companyName);
var url = settings.entProfileUrl() + "lable"; // var url = settings.entProfileUrl() + "lable";
var url = settings.entProfileUrl() + "gsb/api/company_hx";
var reqParam = { var reqParam = {
company_name: actionBody.companyName company_name: actionBody.companyName
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment