首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
且发专题
wechaty微信机器人收到好友请求时自动同意,并回复一条默认消息,且发一封邮件给管理员
https://wechaty.js.org/zh/docs/howto/event#friendship-event-friend-requests //微信登录const chatWx = async (req, res) => {try {// 扫码const onScan = (qrcode, status) => {let qrcodeImageUrlif (status ===
阅读更多...