Commit 60123751 by 宋毅

tj

parent de1ad76f
......@@ -44,6 +44,9 @@ class TmSub {
try {
console.log("obj=" + JSON.stringify(obj) + ",pobj=" + JSON.stringify(pobj), "autosub.........1");
var tmpObj = obj || obj.appKey ? obj : pobj;
if (!tmpObj || !tmpObj.appKey) {
return { code: -110, message: "参数信息为空或appKey为空" };
}
var verifyResult = await this.verifyData(tmpObj);
if (verifyResult.code != 1) {
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