完成一键登录和支付功能

This commit is contained in:
future
2026-06-28 14:49:21 +08:00
parent 74876e0923
commit 09e587cb65
94 changed files with 10283 additions and 2665 deletions
@@ -0,0 +1,12 @@
{
"name": "getPhoneByUniverify",
"version": "1.0.0",
"description": "通过univerify获取手机号",
"main": "index.js",
"extensions": {
"uni-cloud-verify": {}
},
"cloudfunction-config": {
"path": "/getPhoneByUniverify"
}
}