第三方为授权的微信小程序帐号上传微信小程序代码,接口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"
}
微信小程序开发者回答:
o***:
"ext_json": "{\"extEnable\": true,\"extAppid\": \"wx999d8fe16f26fcc9\"}"类似这样
本文网址:http://www.91bianli.com/weixinxiaochengxu/26564.html