我在小游戏中打开微信客服 发送卡片消息 我设置的sendMessageTitle
没生效ios上,安卓可以看到 let obj = {
showMessageCard: true,
sessionFrom: "",
sendMessagePath: accountId,
sendMessageTitle: title,
sendMessageImg: "",
success:(path:string,query:object)=>{
Log.info("WechatSDK.openCustomerServiceConversation:", path,query);
}
};
wx.openCustomerServiceConversation(obj);