Commit Graph

1049 Commits

Author SHA1 Message Date
Xiaohe
6187ae6474
fix: 微信商家批次单号查询批次单时 query 参数不正确 (#690)
* 微信商家批次单号查询批次单时 query 参数不正确

* 删除空行

* fix: 商家批次单号查询批次单时 query 参数不正确

Co-authored-by: yansongda <me@yansongda.cn>
2022-09-28 12:03:34 +08:00
Xiaohe
cc77cfd279
fix: 微信批次单号查询批次单时 query 参数不正确 (#688)
* 修复微信批次单号查询批次单

* fix: 微信批次单号查询批次单时 query 参数不正确

Co-authored-by: yansongda <me@yansongda.cn>
2022-09-27 23:01:52 +08:00
yansongda
6a730b79c0
fix: json 中有 & 时解析错误 (#687) 2022-09-26 20:20:11 +08:00
yansongda
0f6963a90f
fix: 修复支付宝 subject 中存在 + 号回调验签不通过 (#684) 2022-09-18 13:44:28 +08:00
yansongda
01d17f6920
docs: 更新支付宝相关链接 (#683) 2022-09-18 13:26:09 +08:00
yansongda
69d8cb0b5b
docs: 完善微信合单支付与银联文档 (#682) 2022-09-17 20:33:49 +08:00
yansongda
2b460f2169
feat: 银联支付 (#662) 2022-09-17 00:45:33 +08:00
wyzhang
94b775c0bf
feat: 微信 扫码支付 支持关联 mini_app_id (#680)
* feat: 微信 扫码支付 支持关联 mini_app_id

* refactor

Co-authored-by: yansongda <me@yansongda.cn>
2022-09-13 16:04:09 +08:00
yansongda
9412db512f
refactor: 优化支付宝 launch 插件代码 (#678)
* deprecated: 支付宝/微信 `RadarPlugin`, `SignPlugin` 已废弃,使用 `RadarSignPlugin` 代替
2022-09-12 23:11:53 +08:00
李铭昕
ebc939e1d7
Fixed undefined array key wechat_public_cert_path when don't set it. (#674)
* Fixed undefined array key `wechat_public_cert_path` when don't set it.

* refactor: 优化 `wechat_public_cert_path` 配置

Co-authored-by: yansongda <me@yansongda.cn>
2022-09-07 16:42:18 +08:00
yansongda
84682fcaee
perf: 支付宝中支付宝根证书、应用证书序列号在常驻进程中缓存 (#668) 2022-09-04 12:19:33 +08:00
yansongda
849a195dce
change: get_xxx_config 返回类型由 Config 改为 array (#667) 2022-09-04 00:48:24 +08:00
yansongda
894bf4d77d
change: 支付宝转账查询接口由老版本改为为新版本 (#666) 2022-09-03 23:47:34 +08:00
yansongda
6dad3b6252
change: Function 增加命名空间 (#665) 2022-09-03 23:03:28 +08:00
yansongda
a83eae5dd8
delete: Function 中将 get_wechat_authorization 方法移除 (#664) 2022-09-03 22:34:49 +08:00
branll
7ff004f05f
fix: 微信代金券详情 url 不正确 (#663)
* fixed: 微信代金券详情插件

* tests

Co-authored-by: yansongda <me@yansongda.cn>
2022-09-03 13:39:21 +08:00
yansongda
9aa4d3b8ad
refactor: 优化代码 (#661) 2022-09-01 22:19:29 +08:00
yansongda
5607882c09
docs: improve docs for better search experience (#656) 2022-08-25 22:19:18 +08:00
yansongda
8166839fd6
feat: 增加 algolia DocSearch (#655) 2022-08-25 10:26:29 +08:00
yansongda
93a0305144
docs: 优化文档 css (#653) 2022-08-23 15:36:36 +08:00
yansongda
4e83ab9149
docs: 优化文档 (#652) 2022-08-23 13:52:06 +08:00
yansongda
eba51880c5
docs: 使用 vitepress && 迁移至主库 (#650) 2022-08-22 15:22:34 +08:00
yansongda
8d4be495df
feat: 微信退款自动增加回调url (#649) 2022-08-20 12:00:17 +08:00
yansongda
02bf68d1fb
tests: add coverage (#647) 2022-08-17 14:15:40 +08:00
yansongda
e02069503b
feat: 支付宝周期扣款签约接口 (#644) 2022-08-09 21:49:29 +08:00
小新
bd56ba3054
fix: 微信服务商模式预下单存在子商户appid时,invoke 时也应该为子商户 appid (#638)
fix: 微信服务商模式预下单存在子商户appid时,invoke 时也应该为子商户 appid

Co-authored-by: yansongda <me@yansongda.cn>
2022-07-24 10:23:58 +08:00
yansongda
ac29721c5c
fix: 提前读取响应数据造成数据错误的问题 (#634)
* fix: 提前读取响应数据造成数据错误的问题
2022-07-21 22:42:59 +08:00
yansongda
1ad9a4c09a
fix: 提前读取响应数据造成验签错误的问题 (#633)
* fix: 提前读取响应数据造成验签错误的问题
2022-07-21 22:18:15 +08:00
BranchZero Sun
c51793e88a
fix: 微信内网页支付供应商模式 sub_appid 非必填 (#628)
* fixed: 公众号支付供应商模式 sub_appid 非必填
* refactor: 优化代码

Co-authored-by: BranchZero Sun <branchzero@elemenx.com>
Co-authored-by: yansongda <me@yansongda.cn>
2022-07-17 21:54:48 +08:00
yansongda
cc8ad8cafa
fix: 微信注释中返回类型错误 (#630)
* fix: 微信注释中返回类型错误

* fix: 微信注释中返回类型错误
2022-07-14 15:51:15 +08:00
yansongda
d56f0527d6
feat: 微信服务商退款及查询退款支持自动 sub_mchid 参数 (#619)
* feat: 微信服务商退款及查询退款支持自动 sub_mchid 参数

* tests: fix unit tests
2022-06-02 22:03:47 +08:00
yansongda
b493c936c6
feat: 支持微信投诉API (#614)
* feat: 支持微信投诉API

* tests
2022-05-25 22:37:15 +08:00
kang
2729ea081c
feat: 配置文件增加第三方应用授权token的支持 (#602)
* feat: 追加初始化第三方应用授权token

* feat: 配置文件增加 app_auth_token 参数,并支持每个请求自定义

Co-authored-by: yansongda <me@yansongda.cn>
2022-04-12 21:15:14 +08:00
yansongda
bf5af92bc5
fix: alipay 中 event dispatch provider 是 wechat 的问题 (#595)
* fix: alipay 中 event dispatch provider 是 wechat 的问题

* changelog
2022-03-29 14:44:46 +08:00
yansongda
cf694e2d08
fix: 设置 container,强制更新 config 后 container 不是设置的 container 的问题 (#591) 2022-03-18 19:18:27 +08:00
yansongda
40273e084b docs: update readme to release v3.1 2022-03-06 13:42:42 +08:00
yansongda
959ed93e70
refactor: get 时 container 不存在报 ContainerExeption 调整为 ContainerNotFoundException (#584) 2022-03-06 13:38:51 +08:00
yansongda
f7d53cffce
refactor: 优化代码 (#583) 2022-03-06 13:09:49 +08:00
yansongda
afcd6293ac
refactor: v3.1 (#579)
refactor: 去掉 phpdi 依赖 #573
refactor: 完全支持 psr/container 标准 #574
feat: 自动识别 laravel, hyperf, thinkphp 的 container #577
fix: laravel项目安装失败 #571
feat: 兼容 php8.1 解决 deprecated #582
2022-03-05 21:59:11 +08:00
bupthui
8b4db445e8
fix: 添加分账接受人姓名加密字段错误 (#566)
* fix: 添加分账接受人姓名加密字段错误 (#565)

* add unit test: 添加分账接受人姓名加密字段错误 (#565)

* changelog

* styles: fix coding style

Co-authored-by: zhonghuihui <zhonghuihui@example.com>
Co-authored-by: yansongda <me@yansongda.cn>
2022-02-18 21:49:42 +08:00
Zing
83f5822e52
Allow psr/log 2.x and 3.x (#562) 2022-02-08 16:16:47 +08:00
yansongda
4388309db8
fix: 支持分账传递姓名 (#559) 2022-01-21 12:21:06 +08:00
yansongda
5fd54d3808
Update README.md 2022-01-18 11:40:07 +08:00
yansongda
fd921a2b5d
feat: 支持使用小程序等其他类型转账 (#552)
* 支持使用小程序等其他类型转账

* changelog
2022-01-09 17:22:22 +08:00
yansongda
9e29c732d0
fix: 未设置微信公钥证书时,加密不生效的问题 (#549)
* fix: 未设置微信公钥证书时,加密不生效的问题

* changelog
2022-01-09 15:53:12 +08:00
yansongda
e12306a059
fix: 微信分账传递姓名时未加密的问题 (#547)
* fix: 分账传递姓名时未加密的问题

* tests: 增加测试用例

* changelog
2022-01-08 22:58:25 +08:00
yansongda
a1b58e7bab
微信转账快捷方式与加密方式支持 (#542)
* feat: 增加微信转账快捷方式

* feat: 增加微信转账查询快捷方式

* feat: 增加微信敏感信息加密函数

* feat: 收款用户姓名加密

* refactor: 优化代码

* tests: 增加测试用例
2021-12-26 13:04:46 +08:00
yansongda
a1bcd2665f
chore: 完善支付宝响应错误时的异常信息 (#530)
* chore: 完善支付宝响应错误时的异常信息

* changelog
2021-12-04 11:05:48 +08:00
yansongda
f48ec8850a
fix: 支付宝 system.oauth.token 请求参数错误 (#528)
* fix: #527

* changelog
2021-12-02 21:14:22 +08:00
yansongda
1560fc989a
feat: 电商收付通的退款使用 _type 增加多类型 appid (#518)
* feat: 电商收付通的退款使用 _type 增加多类型 appid

* changelog
2021-11-16 21:16:55 +08:00