Commit 430ca2d6 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 56925d03 3f5a6b0e
...@@ -1597,7 +1597,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -1597,7 +1597,7 @@ class UtilsNeedService extends AppServiceBase {
if (!result.data || result.data.status != 0) { if (!result.data || result.data.status != 0) {
return system.getResult(null, result.data.msg); return system.getResult(null, result.data.msg);
} }
return result.data.data; return system.getResult(result.data.data);
} }
} }
......
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