Commit d84011b5 by 宋毅

tj

parent cc5ea1d8
......@@ -43,6 +43,7 @@ class TmSub {
async autosub(obj, pobj) {//提报数据
try {
var tmpObj = obj || obj.appKey ? obj : pobj;
console.log(JSON.stringify(tmpObj), "autosub.........");
var verifyResult = await this.verifyData(tmpObj);
if (verifyResult.code != 1) {
return verifyResult;
......
......@@ -51,7 +51,8 @@
"sha1": "^1.1.1",
"socket.io": "^2.1.1",
"uuid": "^3.2.1",
"wx-pay": "^1.0.2"
"wx-pay": "^1.0.2",
"zip-local": "^0.3.4"
},
"devDependencies": {
"element-theme": "^2.0.1",
......
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