收藏
回答

上传小程序代码接口报错怎么办?

接口

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 个回答

  • 多端应用小助手
    多端应用小助手
    2021-12-13

    1、access_token该参数为URL参数,非Body参数,不要放在post请求里。

    2、是access_token不是accessToken

    3、其他参数也请详细看文档调整后再重试一下


    2021-12-13
    有用 2
    回复 1
    • 猿某人
      猿某人
      2021-12-13
      好了,可以了,感谢
      2021-12-13
      回复
登录 后发表内容