We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0b915 commit cc91c0aCopy full SHA for cc91c0a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 变更历史
2
3
+## v0.9.6 (2026-02-10)
4
+
5
+- 支持 `v3/global/merchant-service/images/{media_id}` 下载客诉图片功能;
6
7
## v0.9.5 (2025-12-16)
8
9
- 修复`付款到银行卡`及`查询付款到银行卡结果`接口无返回值数据签名请求路径错误问题;
package.json
@@ -1,6 +1,6 @@
{
"name": "wechatpay-axios-plugin",
- "version": "0.9.5",
+ "version": "0.9.6",
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
"main": "index.js",
"typings": "index.d.ts",
0 commit comments