From 7e081cadeda2d7b5d3cc3f6055b4ee2799d19c00 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 08 八月 2024 15:11:54 +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