feat: 集成支付宝支付SDK并添加当面付测试调用,更新CORS配置支持capacitor

This commit is contained in:
ccnetcore
2025-08-13 08:26:45 +08:00
parent 4ec4023f40
commit 9332b17fc1
3 changed files with 37 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
//应用启动
"App": {
"SelfUrl": "http://*:19001",
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app"
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app;https://web.chatboxai.app;capacitor://localhost"
},
//配置
"Settings": {