收藏
回答

第三方授权上传小程序 报errcode":47001

{

    "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,求解


回答关注问题邀请回答
收藏

3 个回答

  • 2018-03-19

    非常感谢

    2018-03-19
    有用
    回复
  • 华心桥_君问
    华心桥_君问
    2018-03-19

    是的 自定义的信息,我们这里是用来连接后台的服务器笛子的

    2018-03-19
    有用
    回复
  • 2018-03-15

    "attr": {

                    "host": "open.weixin.qq.com",

                    "users": [

                        "user_1",

                        "user_2"

                    ]

                }

    你好,问一下,这个host是干什么用的,连接的是服务器地址?

    2018-03-15
    有用
    回复
登录 后发表内容