Commit 508dbc55 by 任晓松

update

parent ef19cf75
...@@ -91,7 +91,7 @@ class IcbcService extends AppServiceBase { ...@@ -91,7 +91,7 @@ class IcbcService extends AppServiceBase {
url = settings.icNameUrl() + "openPlatform/busenterprise/cloudapi"; url = settings.icNameUrl() + "openPlatform/busenterprise/cloudapi";
let data = { let data = {
"path":"license", "path":"/apis/dst/patents/certificate",
"name": queryobj.companyName "name": queryobj.companyName
} }
let rtn = await this.execClient.restGetWithHAuthorizationUrl(token,url, data); let rtn = await this.execClient.restGetWithHAuthorizationUrl(token,url, data);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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