求助errcode 47001
发布于 6 年前 作者 chaomo 11754 次浏览 来自 问答

第三方为授权的小程序帐号上传小程序代码,接口https://api.weixin.qq.com/wxa/commit?access_token=TOKEN,报了47001错误,不知道具体问题在哪?下边是传参数据

{

    “template_id”: 0,

    “ext_json”: {

        “extEnable”: true,

        “extAppid”: “wx999d8fe16f26fcc9”,

        “ext”: {

            “name”: “北京123科技有限公司”

        },

        “extPages”: {

            “pages/logs/logs”: {

                “navigationBarTitleText”: “logs”

            }

        },

        “pages”: [

            “pages/component/mine/mine”

        ],

        “window”: {

            “backgroundTextStyle”: “#fff”,

            “navigationBarBackgroundColor”: “#000”,

            “navigationBarTextStyle”: “write”,

            “backgroundColor”: “#f5f5f5”

        },

        “tabBar”: {

            “list”: [

                {

                    “pagePath”: “pages/component/mine/mine”,

                    “text”: “我的”,

                    “iconPath”: “images/my.png”,

                    “selectedIconPath”: “images/selectMine.png”

                }

            ]

        },

        “networkTimeout”: {

            “request”: 10000,

            “connectSocket”: 10000,

            “uploadFile”: 10000,

            “downloadFile”: 10000

        }

    },

    “user_version”: “v1.0.0”,

    “user_desc”: “test”

}

回到顶部