问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 小游戏 Bug https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token= 客户端 6.7.2 2.2.2
发送客服消息微信小程序卡片请求体:
{
access_token: '15_xjMCzOzBVlBnbLXd8g_ke9nGEvyqQKVF7-563O4PL6uhwdLMLjAAAWXW',
touser: 'oLp_x5EV_SxxxxxxxxxxxxLA',
msgtype: 'miniprogrampage',
miniprogrampage:
{
title: 'XXX',
pagepath: '?from_type=1',
thumb_media_id: 'uiou1FZNdC6dfg57877423fgh345rghpV'
}
}
用户可以接收到微信小程序卡片,但是点击进入微信小程序卡片,客户端在query中无法获得pagepath带过来的参数,这个是什么原因?
微信小程序开发问题解答
微信小程序开发者回答: 小游戏客服消息微信小程序卡片的bug? 无法带参?
本文网址:http://www.91bianli.com/weixinxiaochengxu/33693.html