Commit 4ac220de by 王昆

gsb

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