Commit 2058254c by 兰国旗

laolan

parent 64b5c2ff
...@@ -415,8 +415,8 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -415,8 +415,8 @@ class RegCenterOrderService extends AppServiceBase {
console.log('pushObj---pushObj---',pushObj) console.log('pushObj---pushObj---',pushObj)
var pushBaiduRegSolution = await this.pushBaiduRegSolution(pushObj, pobj.appInfo, self); var pushBaiduRegSolution = await this.pushBaiduRegSolution(pushObj, pobj.appInfo, self);
console.log('pushBaiduRegSolution+++',pushBaiduRegSolution) console.log('pushBaiduRegSolution+++',pushBaiduRegSolution)
if(pushBaiduRegSolution.status != 0 ){ if(pushBaiduRegSolution.data.status != 0 ){
return system.getResultFail(-101,pushBaiduRegSolution.msg) return system.getResultFail(-101,pushBaiduRegSolution.data.msg)
} }
} }
this.logCtl.info({ this.logCtl.info({
......
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