Commit 4cff256d by 宋毅

tj

parent d84011b5
...@@ -42,8 +42,8 @@ class TmSub { ...@@ -42,8 +42,8 @@ class TmSub {
} }
async autosub(obj, pobj) {//提报数据 async autosub(obj, pobj) {//提报数据
try { try {
console.log("obj=" + JSON.stringify(obj) + ",pobj=" + JSON.stringify(pobj), "autosub.........1");
var tmpObj = obj || obj.appKey ? obj : pobj; var tmpObj = obj || obj.appKey ? obj : pobj;
console.log(JSON.stringify(tmpObj), "autosub.........");
var verifyResult = await this.verifyData(tmpObj); var verifyResult = await this.verifyData(tmpObj);
if (verifyResult.code != 1) { if (verifyResult.code != 1) {
return verifyResult; return verifyResult;
......
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