Commit b99d5958 by 王勇飞

gyq

parent 6b34408d
......@@ -106,9 +106,9 @@ class UserCtl extends CtlBase {
}
async pmlogin (pobj, qobj, req) {
//平台注册设置平台的应用ID
let verifyres = await this.captchaSve.apiValidator({key:pobj.key,code:pobj.code});
if (verifyres.status !== 0)
return verifyres;
// let verifyres = await this.captchaSve.apiValidator({key:pobj.key,code:pobj.code});
// if (verifyres.status !== 0)
// return verifyres;
let rtn = await this.service.pmlogin(pobj, qobj, req);
let msg = null
if (!rtn) {//登录错误
......
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