收藏
回答

推送接口收不到 小程序卡片的 miniprogrampage事件?

调用 wx.openCustomerServiceConversation 返回正常,卡片正常弹出 发送 ,但是消息推送接口收不到 miniprogrampage 类型的消息,图片和文字都可以收请求,这是为什么呢

wx.openCustomerServiceConversation({

                            showMessageCard: true,

                            sendMessageTitle: "点击",

                            sendMessagePath: orderID,

                            sessionFrom: suid,

                            sendMessageImg: "/userPay.jpg",

                            success: (result) = >{

                                _this.showDLog("weixinGame请求IOS" + result);

                            },

                            fail: (result) = >{

                                _this.showDLog("weixinGame请求IOS FAIE" + JSON.stringify(result));

                            }

                        });

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

1 个回答

  • 明天。
    明天。
    2025-08-15

    小程序APPID:wxa46fc2bcca15f9f4

    2025-08-15
    有用
    回复
登录 后发表内容