接口
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/commit.html
请求数据
{
"ext_json": "{\"extEnable\":true,\"extAppid\":\"wx684f2f0808cef41d\",\"directCommit\":false,\"ext\":{\"extAppid\":\"wx684f2f0808cef41d\",\"qqMapKey\":\"H6WBZ-2KLW6-QIXSM-E6BVM-VZMZ2-3QBHJ\"},\"extPages\":{\"pages/logs/logs\":{\"navigationBarTitleText\":\"logs\"}},\"window\":{\"backgroundTextStyle\":\"light\",\"navigationBarBackgroundColor\":\"#fff\",\"navigationBarTitleText\":\"WeChat\",\"navigationBarTextStyle\":\"black\"},\"tabBar\":{\"list\":[{\"pagePath\":\"pages/index/index\",\"text\":\"首页\"},{\"pagePath\":\"pages/foods/index\",\"text\":\"点餐\"},{\"pagePath\":\"pages/order/index\",\"text\":\"订单\"},{\"pagePath\":\"pages/user/index\",\"text\":\"我的\"}]},\"networkTimeout\":{\"request\":20000,\"downloadFile\":20000},\"plugin\":{}}",
"template_id": "0",
"user_desc": "预览",
"user_version": "1.0.0"
}
返回结果
{"errcode":"47001","errmsg":"data format error rid: 61b707e9-4f564087-6bd7e316"}
帮忙看一下什么问题, ext_json 跟配置在小程序项目里的 ext.json一样的
1、access_token该参数为URL参数,非Body参数,不要放在post请求里。
2、是access_token不是accessToken
3、其他参数也请详细看文档调整后再重试一下