Commit 994a3fc8 by 兰国旗

返回结果

parent 71a88211
...@@ -212,11 +212,9 @@ class UtilsNeedService2 extends AppServiceBase { ...@@ -212,11 +212,9 @@ class UtilsNeedService2 extends AppServiceBase {
if(res && res.data && res.data.result){ if(res && res.data && res.data.result){
res.data['Data'] = res.data.result res.data['Data'] = res.data.result
} }
}
return getResultSuccess(res); return getResultSuccess(res);
} }
}
} }
module.exports = UtilsNeedService2; module.exports = UtilsNeedService2;
\ No newline at end of file
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