收藏
回答

公众号模板信息发送 errcode -1 或 -1000 原因是什么?

20-02-04 日:发送模板消息内容遇到下面的问题:

情景 1 : 获取用户 access_token 失败

请求:

https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid={{appid}}&secret={{secret}}


响应

{"errcode":-1,"errmsg":"system error hint: [He5avA0202d425]"}


情景 2 :能够获取到 access_token 但无法发送模板消息

请求:

'https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=' . $accessToken;


body:

{
    "first":{"value":"渠道今日累计激活数通知","color":"#173177"},
    "keyword1":{"value":"累计激活","color":"#173177"},
    "keyword2":{"value":"统计时段:0点~10点 
        累计今日激活数:-1
        昨日同时段激活:-1 
        日环比:-100%","color":"#173177"},
    "keyword3":{"value":"2020-02-04 10:10:08","color":"#173177"},
    "remark":{"value":"点击进入详情,查看详细账户报表","color":"#173177"}
}


响应:

{"errcode":-1000,"errmsg":"system error hints: [EEBAZRLnRa-mni35!]"}


appid:

wx110ed384d300d499




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

1 个回答

  • 是小白啊
    是小白啊
    2020-02-04

    appid以及具体的时间麻烦也提供下

    2020-02-04
    有用
    回复 2
    • 古月
      古月
      2020-02-04
      wx110ed384d300d499


      2020-02-04 10:10
      2020-02-04
      回复
    • 是小白啊
      是小白啊
      2020-02-07回复古月
      麻烦重新试下是否正常?
      2020-02-07
      回复
登录 后发表内容
问题标签