Commit ff9e5f1f by 庄冰

logo

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