Commit 431c1a2f by 宋毅

gMerge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order

parents 09aae48b e84dc8ce
......@@ -99,7 +99,7 @@ class LogoOrderService {
return system.getResultFail(-110,"获取logo材料失败。");
}
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 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