url='https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token='+access_token
data={
"touser": "ojGMn5cu-HB9pjPjWpQfIRhLw-FA",
"template_id": "-yq9z2d2uYZ4h7Baejmu9Yu756hof6qlcVqn1lrfcvs",
# "page": "index",
# "miniprogram_state":"developer",
"lang":"zh_CN",
"data": {
"thing3": {
"value": "1111"
},
"thing2": {
"value": "2222"
},
}
}
{'errcode': 47001, 'errmsg': 'data format error rid: 6245d92b-73cc97a8-2b6b7a9d'}
s啥情况?value已经是纯数字了
解决了,
发送的data没有json化,转了之后就好了