From dec9fb8d8046311affc3d87ba9fea4adef9bcc87 Mon Sep 17 00:00:00 2001 From: VK <370725567@qq.com> Date: Fri, 29 Nov 2024 17:02:26 +0800 Subject: [PATCH] =?UTF-8?q?uni-pay=E7=A4=BA=E4=BE=8B=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../request-payment-uni-pay.uvue | 9 +-- uni_modules/uni-pay-x/changelog.md | 12 ++++ .../uni-pay-x/components/uni-pay/uni-pay.uvue | 47 ++++++++++++- uni_modules/uni-pay-x/js_sdk/js_sdk.uts | 41 +++++++++++ uni_modules/uni-pay-x/package.json | 70 ++++++++++--------- uni_modules/uni-pay-x/readme.md | 7 +- .../cloudfunctions/common/uni-pay/index.js | 4 +- .../database/uni-pay-orders.index.json | 12 ++++ 8 files changed, 160 insertions(+), 42 deletions(-) diff --git a/pages/API/request-payment/request-payment/request-payment-uni-pay.uvue b/pages/API/request-payment/request-payment/request-payment-uni-pay.uvue index 2183dc2f..cba11df3 100644 --- a/pages/API/request-payment/request-payment/request-payment-uni-pay.uvue +++ b/pages/API/request-payment/request-payment/request-payment-uni-pay.uvue @@ -7,17 +7,18 @@ 支付金额(单位分,100=1元): - - + + + - - + + diff --git a/uni_modules/uni-pay-x/changelog.md b/uni_modules/uni-pay-x/changelog.md index e69de29b..1565cd79 100644 --- a/uni_modules/uni-pay-x/changelog.md +++ b/uni_modules/uni-pay-x/changelog.md @@ -0,0 +1,12 @@ +## 1.1.0(2024-11-29) +支持微信小程序支付 HBX最低版本 4.41 [详情](https://doc.dcloud.net.cn/uniCloud/uni-pay/uni-app-x.html#config-wxpay-mp) +## 1.0.5(2024-09-29) +修复 微信支付v3 h5支付兼容性问题 +## 1.0.4(2024-08-24) +支持苹果虚拟支付 HBX最低版本 4.26 [详情](https://doc.dcloud.net.cn/uniCloud/uni-pay/uni-app-x.html#appleiap) +## 1.0.2(2024-04-28) +支持微信支付 +## 1.0.1(2024-04-28) +兼容uni-app-x对客户端uniPlatform的调整(uni-app-x内uniPlatform区分app-android、app-ios) +## 1.0.0(2024-03-11) +uni-pay-x 发布 diff --git a/uni_modules/uni-pay-x/components/uni-pay/uni-pay.uvue b/uni_modules/uni-pay-x/components/uni-pay/uni-pay.uvue index 165ab7a0..abbac79f 100644 --- a/uni_modules/uni-pay-x/components/uni-pay/uni-pay.uvue +++ b/uni_modules/uni-pay-x/components/uni-pay/uni-pay.uvue @@ -122,7 +122,7 @@