feat:微信支付宝一键登录

This commit is contained in:
黄泽群
2025-09-21 16:14:55 +08:00
committed by charles
parent 15618381d6
commit ebc04d7d52
11 changed files with 779 additions and 252 deletions
+24 -1
View File
@@ -23,7 +23,8 @@
/* 模块配置 */
"modules" : {
"Payment" : {},
"Camera" : {}
"Camera" : {},
"OAuth" : {}
},
/* 应用发布信息 */
"distribute" : {
@@ -76,6 +77,12 @@
"appid" : "wx7a5902cd556d9396",
"UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/"
}
},
"oauth" : {
"weixin" : {
"appid" : "wx7a5902cd556d9396",
"UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/"
}
}
},
"icons" : {
@@ -117,6 +124,22 @@
/*忽略版本提示*/
"compatible" : {
"ignoreVersion" : true
},
"nativePlugins" : {
"Hyy-Alipay" : {
"__plugin_info__" : {
"name" : "【免费开源】支付宝,授权,授权登录",
"description" : "用过支付宝原生sdk,原生授权登录,更安全,有问题请联系作者",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=11931",
"android_package_name" : "",
"ios_bundle_id" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "11931",
"parameters" : {}
}
}
}
},
/* 快应用特有相关 */