2***@qq.com
2***@qq.com
  • 发布:2023-03-16 14:36
  • 更新:2023-03-16 15:16
  • 阅读:139

apple 登录时 报错 uni-id 配置内缺少app-plus.alipay.bundleId

分类:uni-app

apple 登录时 报错 uni-id 配置内缺少app-plus.alipay.bundleId,请问 这个设置规范是什么,在config.json中我设了 bundleId的

"app": {
"tokenExpiresIn": 25920000,
"oauth": {
"weixin": {
"appid": "wxxxxxx",
"appsecret": "024xxxxxx"
},
"apple": {
"bundleId": "uni.xxxxxxx"
}
}
},

2023-03-16 14:36 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com (作者)

看了一下js , 缺少 app-plus,在config.json增加这项,问题解决
"app-plus": {
"tokenExpiresIn": 25920000,
"oauth": {
"apple": {
"bundleId": "my bundleId"
}
}
},

要回复问题请先登录注册