From 81803758af5c19af6804eb06269a5de9396e3c15 Mon Sep 17 00:00:00 2001 From: Jerry <85411418@qq.com> Date: Mon, 2 Dec 2024 11:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=8C=E7=BA=B9=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=A2=84=E6=8E=88=E6=9D=83=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/wechat_v3.md | 3 +++ release_note.txt | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/doc/wechat_v3.md b/doc/wechat_v3.md index 374a662b..da50550b 100644 --- a/doc/wechat_v3.md +++ b/doc/wechat_v3.md @@ -445,6 +445,9 @@ wechat.V3DecryptCombineNotifyCipherText() * 查询省份列表:`client.V3BankSearchProvinceList()` * 查询城市列表:`client.V3BankSearchCityList()` * 查询支行列表:`client.V3BankSearchBranchList()` +* 掌纹支付 + * 用户自主录掌&预授权:`client.V3PalmServicePreAuthorize()` + * 预授权状态查询:`client.V3PalmServiceOpenidQuery()` ### 微信v3公共 API diff --git a/release_note.txt b/release_note.txt index ca44fc89..ff99eba4 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,3 +1,7 @@ +版本号:v1.5.107 +修改记录: + (1) 微信V3:新增掌纹支付相关接口。 + 版本号:v1.5.106 修改记录: (1) 支付宝:支付宝支持V3接口,接口还在完善中,欢迎提PR一起建设。