微信小程序发送模板消息发送json对象时返回 {"errcode":47001,"errmsg":"data format error hint: [27y0382ge21]"},能不能统一配置微信小程序所有界面右上角都出现“转发”选项,微信小程序教程 ...。发送的数据中不包含中文
let data = {
"keyword1": {
"value": "remindtime",
"color": "#173177"
},
"keyword2": {
"value": "planname",
"color": "#173177"
},
"keyword3": {
"value": "userwater",
"color": "#173177"
}
}
"form": {
"form_id": form_id,
"template_id": sProgram.template_id,
"touser": user.openid,
"data": data
}
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
L***:
这个问题已经解决了。确保你发送给微信的是json格式就行了,这里将form改为json就行了。
本文网址:http://www.91bianli.com/weixinxiaochengxu/29198.html