接口:
POST https://api.weixin.qq.com/componenttcb/dbrecord?access_token=ACCESS_TOKEN&action=insert
请求参数:
{
'query':'db.collection("***").add({data: {areaid: "****"}})',
'env':'env-***-0grfaysm0bfb3fa1'
}
拼接url:
'https://api.weixin.qq.com/componenttcb/dbrecord?action=insert&access_token=***'
结果返回:
null
你用postman试试,我不相信接口会返回null