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
发送图片 /wcf/send_img API 用不了。 参数:
{ "base64": "string", "path": "string", "receiver": "string" }
照这个参数调用,就是发送不成功。在本的api测试也不行。其它API都可以。 是要怎么用吖,非常着急。。
The text was updated successfully, but these errors were encountered:
base64 和 path 选一个使用, path 是url或者微信本地路径
Sorry, something went wrong.
我也遇到了,我是wrest 和 wcf 分开部署,不知道是不是因为这个问题导致的?返回如下
选用base64时仍需传入一个path路径用于保存base64图片:
{ "base64": "xxxxxx", "path": "/tmp", "receiver": "string" }
No branches or pull requests
发送图片 /wcf/send_img API 用不了。
参数:
{
"base64": "string",
"path": "string",
"receiver": "string"
}
照这个参数调用,就是发送不成功。在本的api测试也不行。其它API都可以。
是要怎么用吖,非常着急。。
The text was updated successfully, but these errors were encountered: