feat:ios微信支付

This commit is contained in:
2025-09-09 21:46:54 +08:00
parent 4460bc77bc
commit c47ebbc121
2 changed files with 12 additions and 6 deletions
+10 -4
View File
@@ -58,18 +58,23 @@
"urlschemes" : [ "trustbridgeapp" ] "urlschemes" : [ "trustbridgeapp" ]
} }
], ],
"associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ] "associatedDomains" : [ "applinks:ulink.trustbridgeapp.com" ],
"capabilities" : {
"entitlements" : {
"com.apple.developer.associated-domains" : [ "applinks:app.tbmall.xin" ]
}
}
}, },
/* SDK配置 */ /* SDK配置 */
"sdkConfigs" : { "sdkConfigs" : {
"payment" : { "payment" : {
"alipay" : { "alipay" : {
"__platform__" : [ "ios" ] "__platform__" : [ "ios", "android" ]
}, },
"weixin" : { "weixin" : {
"__platform__" : [ "ios" ], "__platform__" : [ "ios" ],
"appid" : "wxb1deb175472de036", "appid" : "wxb1deb175472de036",
"UniversalLinks" : "" "UniversalLinks" : "https://app.tbmall.xin/uni-universallinks/__UNI__4910728/"
} }
} }
}, },
@@ -144,5 +149,6 @@
"uniStatistics" : { "uniStatistics" : {
"enable" : false "enable" : false
}, },
"vueVersion" : "3" "vueVersion" : "3",
"_spaceID" : "mp-16f2830d-655c-4ed2-9763-d0258ba65ad9"
} }
+2 -2
View File
@@ -1,9 +1,9 @@
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境 // export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL = "https://api.tbmall.xin"; //生产
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
// export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试 export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试