https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/trans.html微信提供转发客服消息的接口,你可以使用消息转发,微信服务器会先将消息 POST 到开发者填写的 URL 上,服务器接收到消息,在进行相应的处理相关资料 https://www.cnblogs.com/luqiang213917/p/11777828.html https://developers.weixin.qq.com/miniprogram/dev/framework/server-ability/message-push.html
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/receive.html
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/trans.html
微信提供转发客服消息的接口,你可以使用消息转发,微信服务器会先将消息 POST 到开发者填写的 URL 上,服务器接收到消息,在进行相应的处理
相关资料