Skip to content

Commit cc91c0a

Browse files
bump to 0.9.6
- support `/v3/global/merchant-service/images/{media_id}` request
1 parent 1d0b915 commit cc91c0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 变更历史
22

3+
## v0.9.6 (2026-02-10)
4+
5+
- 支持 `v3/global/merchant-service/images/{media_id}` 下载客诉图片功能;
6+
37
## v0.9.5 (2025-12-16)
48

59
- 修复`付款到银行卡``查询付款到银行卡结果`接口无返回值数据签名请求路径错误问题;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wechatpay-axios-plugin",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "微信支付APIv2及v3 NodeJS SDK,支持CLI模式请求OpenAPI,支持v3证书下载,v2付款码支付、企业付款、退款,企业微信-企业支付-企业红包/向员工付款,v2&v3 Native支付、扫码支付、H5支付、JSAPI/小程序支付、合单支付...",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)