brucx / mp-push-nestjs

微信公众号消息推送服务,类似“server酱”,提供Docker镜像部署

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模拟发送post请求,测试号没有收到消息,请问是什么原因?

RealZl opened this issue · comments

如题,用命令在一台服务器上模拟post请求, curl -X POST 'http://***/push' -H 'content-type:application/json' -d '{ "channelName": "test", "text": "OK" }',收到回复{"error":0,"message":"Sending 1 msg..."},但是测试号没有消息推送,请问是什么原因?