Commit f630491d by 庄冰

logo

parent 3dc53b67
......@@ -465,7 +465,7 @@ class CenterorderService extends AppServiceBase {
try {
rtn = await this.execClient.execPost(obj, reqUrl);
var res = JSON.parse(rtn.stdout);
if(res && res.status==0 && res.data){ailogo
if(res && res.status==0 && res.data){
return res;//system.getResultSuccess(res.data);
}else{
return system.getResult(null,"生成logo操作失败");
......
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