From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 pages/pay/login.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pages/pay/login.vue b/pages/pay/login.vue
index d5fc092..b2c943d 100644
--- a/pages/pay/login.vue
+++ b/pages/pay/login.vue
@@ -12,7 +12,7 @@
 	export default {
 		data() {
 			return {
-        platform: this.$utils.getPlat()
+				platform: this.$utils.getPlat()
 			};
 		},
 		onLoad(opt) {
@@ -24,6 +24,9 @@
 			} else if (this.platform == 5) {
 				window.location.href =
 					`https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=${config.ali_appid}&scope=auth_base&redirect_uri=${redirect_uri}&state=STATE`
+			} else if (this.platform == 15) {
+				window.location.href =
+					`https://qr.95516.com/qrcGtwWeb-web/api/userAuth?version=1.0.0&redirectUrl=${redirect_uri}`
 			} else {
 				uni.reLaunch({
 					url: `/pages/pay/scanpay?cid=${opt.cid}`
@@ -36,4 +39,4 @@
 
 <style lang="scss">
 
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.1