Commit 110460b7 by 庄冰

logo

parent c131fb51
......@@ -421,7 +421,7 @@ class CenterorderService extends AppServiceBase {
rtn = await this.execClient.execPost(obj, reqUrl);
var res = JSON.parse(rtn.stdout);
if(res && res.status==0 && res.data){
return system.getResultSuccess(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