小程序
小游戏
企业微信
微信支付
扫描小程序码分享
上传失败 Error: extAppid 没有授权 ,清缓存也提示 extAppid 没有授权
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
ext.json文件中的extAppid要填小程序的appid。
ext.json
extAppid要填小程序的appid。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
{
"extAppid": "wx7be48fd3337a5e4c",
"extEnable": true,
"directCommit": false,
"window": {
"navigationBarTitleText": "壹佰智慧店铺",
"navigationBarBackgroundColor": "#df2f20",
"navigationBarTextStyle": "white"
},
"ext": {
"app_key": "ECDJDSWSUI",
"app_name": "壹佰智慧店铺",
"navigationBarTextStyle": "white",
"selectedColor": "#df2f20"
"tabBar": {
"color": "#808080",
"selectedColor": "#df2f20",
"backgroundColor": "#ffffff",
"list": [
"type": "index",
"param": "",
"pagePath": "pages\/index\/index",
"text": "首页",
"iconPath": "static\/icon\/gray_home.png",
"selectedIconPath": "static\/icon\/red_home.png"
"type": "product",
"pagePath": "pages\/caregory\/index",
"text": "产品",
"iconPath": "static\/icon\/gray_cate.png",
"selectedIconPath": "static\/icon\/red_cate.png"
"type": "cart",
"pagePath": "pages\/member\/cart\/index",
"text": "购物车",
"iconPath": "static\/icon\/gray_cart.png",
"selectedIconPath": "static\/icon\/red_cart.png"
"type": "article",
"pagePath": "pages\/find\/index",
"text": "资讯",
"iconPath": "static\/icon\/gray_find.png",
"selectedIconPath": "static\/icon\/red_find.png"
"type": "article_info",
"pagePath": "pages\/member\/index\/index",
"text": "我的",
"iconPath": "static\/icon\/gray_people.png",
"selectedIconPath": "static\/icon\/red_people.png"
}
]
project.config.json
"description": "项目配置文件。",
"packOptions": {
"ignore": []
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
"compileType": "miniprogram",
"libVersion": "1.9.98",
"appid": "wx18f6881ad4cc182c",
"projectname": "%E5%95%86%E5%9F%8E%E6%A8%A1%E6%9C%AC",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
"conversation": {
"plugin": {
"game": {
"currentL": -1,
"miniprogram": {
"id": -1,
"name": "pages/member/favorite/index",
"pathName": "pages/member/favorite/index",
"query": "uid=1"
你好,截图看下 project.config.json,ext.json 和详情页?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
ext.json
文件中的extAppid要填小程序的appid。
ext.json
{
"extAppid": "wx7be48fd3337a5e4c",
"extEnable": true,
"directCommit": false,
"window": {
"navigationBarTitleText": "壹佰智慧店铺",
"navigationBarBackgroundColor": "#df2f20",
"navigationBarTextStyle": "white"
},
"ext": {
"app_key": "ECDJDSWSUI",
"app_name": "壹佰智慧店铺",
"navigationBarBackgroundColor": "#df2f20",
"navigationBarTextStyle": "white",
"selectedColor": "#df2f20"
},
"tabBar": {
"color": "#808080",
"selectedColor": "#df2f20",
"backgroundColor": "#ffffff",
"list": [
{
"type": "index",
"param": "",
"pagePath": "pages\/index\/index",
"text": "首页",
"iconPath": "static\/icon\/gray_home.png",
"selectedIconPath": "static\/icon\/red_home.png"
},
{
"type": "product",
"param": "",
"pagePath": "pages\/caregory\/index",
"text": "产品",
"iconPath": "static\/icon\/gray_cate.png",
"selectedIconPath": "static\/icon\/red_cate.png"
},
{
"type": "cart",
"param": "",
"pagePath": "pages\/member\/cart\/index",
"text": "购物车",
"iconPath": "static\/icon\/gray_cart.png",
"selectedIconPath": "static\/icon\/red_cart.png"
},
{
"type": "article",
"param": "",
"pagePath": "pages\/find\/index",
"text": "资讯",
"iconPath": "static\/icon\/gray_find.png",
"selectedIconPath": "static\/icon\/red_find.png"
},
{
"type": "article_info",
"param": "",
"pagePath": "pages\/member\/index\/index",
"text": "我的",
"iconPath": "static\/icon\/gray_people.png",
"selectedIconPath": "static\/icon\/red_people.png"
}
]
}
}
project.config.json
{
"description": "项目配置文件。",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.98",
"appid": "wx18f6881ad4cc182c",
"projectname": "%E5%95%86%E5%9F%8E%E6%A8%A1%E6%9C%AC",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": -1,
"name": "pages/member/favorite/index",
"pathName": "pages/member/favorite/index",
"query": "uid=1"
}
]
}
}
}
你好,截图看下 project.config.json,ext.json 和详情页?