第三方授权上传小程序 报errcode":47001
发布于 5 年前 作者 zhengmin 2563 次浏览 来自 问答

{

    “ext_json”: {

        “extEnable”: true,

        “extAppid”: “wx2ad56d88e6c1c441”,

        “ext”: {

            “name”: “wechat”,

            “attr”: {

                “host”: “open.weixin.qq.com”,

                “users”: [

                    “user_1”,

                    “user_2”

                ]

            }

        },

        “extPages”: {

            “pages/logs/logs”: {

                “navigationBarTitleText”: “logs”

            }

        },

        “window”: {

            “backgroundTextStyle”: “light”,

            “navigationBarBackgroundColor”: “#fff”,

            “navigationBarTitleText”: “Demo”,

            “navigationBarTextStyle”: “black”

        },

        “tabBar”: {

            “list”: [

                {

                    “pagePath”: “pages/index/index”,

                    “text”: “首页”

                },

                {

                    “pagePath”: “pages/logs/logs”,

                    “text”: “日志”

                }

            ]

        },

        “networkTimeout”: {

            “request”: 10000,

            “downloadFile”: 10000

        }

    },

    “user_version”: “v1.0.2”,

    “user_desc”: “测试上传版本”,

    “template_id”: 2

}

json如上,还是报47001,求解

回到顶部