From c9aed0a7a2cfa34fc2116bf38ed47513cd9c12ef Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 08 八月 2024 15:13:52 +0800
Subject: [PATCH] feat(支付): 云闪付

---
 common/util.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/common/util.js b/common/util.js
index f345d22..f4784b7 100644
--- a/common/util.js
+++ b/common/util.js
@@ -836,6 +836,10 @@
     if (ua.match(/AlipayClient/i) == 'alipayclient') {
         return 5;
     }
+    //鍒ゆ柇鏄笉鏄簯闂粯
+    if (ua.indexOf('unionpay/1.0') !== -1) {
+        return 15;
+    }
     // #endif
     // #ifdef MP-WEIXIN
     return 2;

--
Gitblit v1.9.1