-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
怎样被动回复非文本信息? #2884
Comments
$server->with(function ($message) { |
$server->with(function ($message) {
return [
'MsgType' => 'image',
'Image' => [
'MediaId' => $message['MediaId'],
],
];
}); 解决了。 |
建议把探索的结果,提一个PR到这里 easywechat/docs/src/6.x/work/examples.md Lines 1 to 12 in 5d29981
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在企微应用里面发文本信息后,后端在收到处理完成,想发图文等等其他类型信息,要怎样做?现在直接return的string就是回复内容。不满足需求
The text was updated successfully, but these errors were encountered: