Commit c121b558 by 任晓松

update

parent 85a13d29
......@@ -71,10 +71,10 @@ class ToolService extends AppServiceBase {
async icheming(queryobj, req) {
let url = settings.icNameUrl() + 'openPlatform/ic/match';
let obj = {
cityname: queryobj.cityName, //注册城市地区
keyword: queryobj.keyWord, //公司字号
btname: queryobj.industryType, //行业类型
orgname: queryobj.organizationType, //组织类型
cityname: queryobj.cityname, //注册城市地区
keyword: queryobj.keyword, //公司字号
btname: queryobj.btname, //行业类型
orgname: queryobj.orgname, //组织类型
appkey: "5b29981785bd4272966b15ad8e8b9dd3"
};
let result = await this.restPostUrl(obj, url);
......
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