json.parse(request.body).text
- 得到了 BearyChat 发来消息的正文。
- 第二句
string.sub(text, string.find(text,"%s.+$"))
- 通过正则表达式 ,获取了触发词之后的内容,也就是我们生成二维码的地址。
- 最后我们通过
"https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=http://www.netofthings.cn/ErWeiMa/2017-04/"..URL
- 得到一张动态的二维码码图片地址,返回给
attachments
- 里的
images