Commit 4ac220de by 王昆

gsb

parent 22bafc1b
...@@ -150,10 +150,10 @@ class CWxSignApiCtl extends CtlBase { ...@@ -150,10 +150,10 @@ class CWxSignApiCtl extends CtlBase {
return checkParamsRes; return checkParamsRes;
} }
// 要素认证 // 要素认证
// let authRes = await this.doAuth(params, api); let authRes = await this.doAuth(params, api);
// if (authRes.status != 0) { if (authRes.status != 0) {
// return authRes; return authRes;
// } }
// 插入数据库 // 插入数据库
let signInfo = { let signInfo = {
......
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