Commit 46317ff9 by 任晓松

update

parent 693e2bd2
...@@ -14,7 +14,7 @@ class IcbcService extends AppServiceBase { ...@@ -14,7 +14,7 @@ class IcbcService extends AppServiceBase {
} }
//企业详情 //企业详情
async getDetailByCompanyName(queryobj, req) { async getDetailByCompanyName(queryobj, req) {
var url = this.zcApiUrl + "api/tool/toolApi/getNclByLikeNameAndNcl"; var url = this.zcApiUrl + "api/tool/toolApi/getDetailByCompanyName";
return await this.opReqResult(url, queryobj, req); return await this.opReqResult(url, queryobj, req);
} }
//企业变更记录查询 //企业变更记录查询
......
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