feat:ios微信支付
This commit is contained in:
+10
-4
@@ -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
@@ -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' // 本地测试
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user