xronghui

Results 1 comments of xronghui

let verifyCode = fs.readFileSync(conf.wxVerifyCodeFile).toString(); console.log(`bot.config id:${id}, verifyCode: ${verifyCode}`) try { await bot.enterVerifyCode(id, verifyCode) // 如果没抛错,则说明输入成功,会推送登录事件 return } catch (e) { console.log(`enterVerifyCode error : ${JSON.stringify(e)}`) } 错误信息如下,是什么原因呢? {"code":13,"details":"Invalid verify code!","metadata":{"content-type":["application/grpc+proto"],"date":["Wed, 20...