Commit 29a5979c by 陈思聪

fix: 修改ailogo服务地址

parent 29ec801f
......@@ -528,7 +528,7 @@ class CenterorderService extends AppServiceBase {
}
//换一批logo
async changelogo(pobj) {
var reqUrl = "http://ailogo-service:4724/api/changelogo";
var reqUrl = "http://ailogo-service/api/changelogo";
var obj = pobj.actionBody;
if (!obj.title) {
return system.getResult(null, "品牌名称不能为空");
......@@ -550,7 +550,7 @@ class CenterorderService extends AppServiceBase {
}
//生成logo
async singlelogo(pobj) {
var reqUrl = "http://ailogo-service:4724/api/singlelogo";
var reqUrl = "http://ailogo-service/api/singlelogo";
var obj = pobj.actionBody;
if (!obj.title) {
return system.getResult(null, "品牌名称不能为空");
......
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