Commit e84dc8ce by 蒋勇

d

parent 48cd9398
...@@ -99,7 +99,7 @@ class LogoOrderService { ...@@ -99,7 +99,7 @@ class LogoOrderService {
return system.getResultFail(-110,"获取logo材料失败。"); return system.getResultFail(-110,"获取logo材料失败。");
} }
async getLogoDownUrl(obj){ async getLogoDownUrl(obj){
var url = "http://43.247.184.92:15501/api/downloadlogo"; var url = "http://ailogo-service/api/downloadlogo";
var rtn = await this.execClient.execPost(obj, url); var rtn = await this.execClient.execPost(obj, url);
var a = JSON.parse(rtn.stdout) var a = JSON.parse(rtn.stdout)
return a; return a;
......
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