请求的格式 {"env":"test-employee-inform-pmt7s","query":"db.collection("user").where({done:true}).limit(10).skip(1).get()"} 返回response string={"errcode":47001,"errmsg":"data format error rid: 6142de21-61da67e5-52a6b5b0"} 请问如何解决这个问题
发送小程序订阅信息总是47001?返回结果: body: { errcode: 47001, errmsg: 'data format error rid: 6062ce96-6f238b1e-0f3e6f25' } 代码: -->url = https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=******* post使用的 是 npm install --save @types/needle common._needlePOST(url, { 'touser': 'o6L******er0cY', 'template_id': 'logSx0Jr*************i2CJu2SHg-0Zg', 'page': 'index', 'miniprogram_state': 'developer', 'lang': 'zh_CN', 'data': { 'thing1': { 'value': '玻璃' }, 'thing2': { 'value': '张三' }, 'time5': { 'value': '15:01' }, 'phrase4': { 'value': '般' }, 'phrase3': { 'value': '隐患' } } } , { headers: { // 'Content-Type': 'text/html; charset=utf-8', 'Content-Type': 'application/json; charset=utf-8', // 'Content-Length': Buffer.byteLength(JSON.stringify(params)) 'Accept-Charset': 'UTF-8', "Data-type": "json" } })
2021-09-16