We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
b, _ := ioutil.ReadFile("./1.jpg") img:="./1.jpg" session.SendImgFromBytes(b, img, session.Bot.UserName, wxweb.RealTargetUserName(session, msg)) 似乎没拼成功,不知什么问题,多谢赐教
The text was updated successfully, but these errors were encountered:
因为发布这个项目(并不是使用这个程序)我以前的可用账号被封了,所以测试不了。 有没有具体的报错信息呢?
Sorry, something went wrong.
img 换成 '1.jpg' 试下
No branches or pull requests
目录结构
-windows
--1.jpg
--windows_bot.go
b, _ := ioutil.ReadFile("./1.jpg")
img:="./1.jpg"
session.SendImgFromBytes(b, img, session.Bot.UserName, wxweb.RealTargetUserName(session, msg))
似乎没拼成功,不知什么问题,多谢赐教
The text was updated successfully, but these errors were encountered: