收藏
回答

微信卡券群发无法正常发送

利用微信群发,发送卡券,无法正常发送

curl -H 'Content-Type:application/json' -X POST 'https://api.weixin.qq.com/cgi-bin/message/mass/send?access_token=xxx' --proxy 'xxx' -d '{

   "touser":["xxx",""],

  "wxcard":{              

    "card_id":"xxx"         

    },

   "msgtype":"wxcard"

}'

以及

curl -H 'Content-Type:application/json' -X POST 'https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token=xxx' --proxy 'xxx' -d '{

   "filter":{

    "is_to_all":false,

      "tag_id":"xxx"

   },

  "wxcard":{              

    "card_id":"xxx"         

    },

   "msgtype":"wxcard"

}'



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

1 个回答

  • momo
    momo
    2022-09-08

    请提供报错信息。

    2022-09-08
    有用 1
    回复
登录 后发表内容