NickWang

Results 174 comments of NickWang

@huan ping

@huan ping

Hola. I just got informed I will be your mentor. So far I'm not very familiar with your work. Do you have a git repo so I can read some...

Also I was requested to make a plan for your upcoming work. Do you prefer f2f talk or IM messages?

Also I have done a little test ```ts stream .on('abort', console.log) .on('connect', console.log) .on('continue', console.log) .on('information', console.log) .on('response', console.log) .on('socket', console.log) .on('timeout', console.log) .on('upgrade', console.log) .on('close', console.log) .on('drain', console.log) .on('error',...

请在环境中访问 https://token-service-discovery-test.juzibot.com/v0/hosties/{token} 以确认发现服务连通性。

> @hcfw007 请问,调用 `bot.enterVerifyCode(id, verifyCode) ` 时出现 `this.puppet.enterVerifyCode is not a function` 报错是为何引起的? > > 以下是我调用时的部分代码 > > ```ts > export async function submitLoginVerifyCode(verifyCode: string) { > log.info("提交登录验证码 ->", `qrcodeKey:...

不生效的最大可能是你只是安装了依赖,但在代码中创建实例时仍然使用了旧的依赖。

> ``` > 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...

Sorry I forgot about this PR. I used the same mech you wrote in line 140 to line 143.