提交 ef16b406 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix image url

上级 f4ff9a8b
......@@ -139,7 +139,7 @@ async function onMessage (msg: Message) {
/**
* 2. reply image(qrcode image)
*/
const fileBox = FileBox.fromUrl('https://chatie.io/wechaty/images/bot-qr-code.png')
const fileBox = FileBox.fromUrl('https://wechaty.github.io/wechaty/images/bot-qr-code.png')
await msg.say(fileBox)
console.info('REPLY: %s', fileBox.toString())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册