收藏
回答

公众号模板消息API发送返回"errcode": 0,但消息接受方没有消息,为何?

使用postman发送的测试模板消息,响应体中 "msgid": 3641250235059240966

回答关注问题邀请回答
收藏

2 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    09-19

    你好,麻烦通过事件推送去排查

    09-19
    有用
    回复 5
  • 突
    09-18

    请求log如下

    POST /cgi-bin/message/template/send?access_token=**** HTTP/1.1
    Content-Type: application/json
    User-Agent: PostmanRuntime/7.42.0
    Accept: */*
    Cache-Control: no-cache
    Host: api.weixin.qq.com
    Accept-Encoding: gzip, deflate, br
    Connection: keep-alive
    Content-Length: 430
     
    {
    "touser": "oZNgh5****oWR8w",
    "data": {
    "time7": {
    "value": "2024/09/17"
    },
    "character_string10": {
    "value": "-"
    },
    "thing12": {
    "value": "测试"
    },
    "amount4": {
    "value": "$0"
    }
    },
    "template_id": "EXXMJkd4****-7DOvTXlxtI"
    }
     
    HTTP/1.1 200 OK
    Connection: keep-alive
    Content-Type: application/json; encoding=utf-8
    Date: Wed, 18 Sep 2024 02:48:17 GMT
    Content-Length: 55
     
    {"errcode":0,"errmsg":"ok","msgid":3641250235059240966}
    
    09-18
    有用
    回复
登录 后发表内容