收藏
回答

发送小程序订阅消息,请求参数中公众号模板信息时必填项?为什么要必填啊?

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

2 个回答

  • this
    this
    2021-02-04

    你看的那个是公众号的文档,小程序看这个https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html

    2021-02-04
    有用
    回复
  • 李元芳
    李元芳
    2021-02-04

          let res = await rp({

            url: "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + access_token,

            method: 'POST',

            body: JSON.stringify({

              "touser": open.data[i].openid,

              "template_id": "ujTmUWuS4BZMKpnrBEfJS4_2J34w3cfVS7kMzqg4hWI",

              "topcolor": "#FF0000",

              "data": {

                "first": {

                  "value": "您有新的订单,请及时处理",

                  "color": "#173177"

                },

                "keyword1": {

                  "value": event.username,

                  "color": "#173177"

                },

                "keyword2": {

                  "value": event.phone,

                  "color": "#173177"

                },

                "keyword3": {

                  "value": event.storename,

                  "color": "#173177"

                },

                "keyword4": {

                  "value": event.geton,

                  "color": "#173177"

                },

                "keyword5": {

                  "value": event.day+" "+event.menuName,

                  "color": "#173177"

                },

                "remark": {

                  "value": event.price+"",

                  "color": "#173177"

                },

              }

            })

          })


    2021-02-04
    有用
    回复 1
    • 李元芳
      李元芳
      2021-02-04
      我的是这样,没发现有这个参数。但一样可以推送
      2021-02-04
      回复
登录 后发表内容
问题标签