Commit Graph

84 Commits

Author SHA1 Message Date
李铭昕
de827f7a59
change: 只支持 hyperf3.x 版本 (#815)
* Only support Hyperf 3.x

* changelog

---------

Co-authored-by: yansongda <me@yansongda.cn>
2023-06-27 17:54:37 +08:00
yansongda
da90865a0e
optimize: 优化预下单失败时错误提示 (#814) 2023-06-24 20:04:08 +08:00
yansongda
8d435d1e3f
chore: 最低支持版本变更为 php8.0 (#801) 2023-06-10 16:18:47 +08:00
yansongda
c5c7432494
change: Exception::INVALID_PARSE 更改为 Exception::INVALID_DIRECTION (#804) 2023-06-10 13:17:32 +08:00
yansongda
fdd544d426
feat: 增加 get_direction 方法获取 Direction 对象 (#803) 2023-06-10 13:11:45 +08:00
yansongda
be18dbe057
style: 优化代码规范 (#802) 2023-06-10 12:58:57 +08:00
caiyaonan
96b205fd0f
fix: 支付宝沙箱地址 (#800)
修改 支付宝沙盒地址变化

---------

Co-authored-by: yansongda <me@yansongda.cn>
2023-06-07 20:07:56 +08:00
yansongda
ead4d7e340
Release v3.3.0 (#757) 2023-05-21 23:02:32 +08:00
yansongda
adbd3f7e24
change: 默认 container 由 php-di/php-di 改为 hyperf/pimple (#786) 2023-04-23 20:55:02 +08:00
yansongda
27e96721e4
chore: 支持 psr/http-message 2.0 版 (#784) 2023-04-20 21:08:25 +08:00
yansongda
a58ed79d0d
change: _type 类型统一定义为渠道id,如: 小程序id,公众号id等;增加 _action 为操作类型用于 shortcut (#781) 2023-04-20 20:32:39 +08:00
yansongda
5baa7a7c05
refactor: 所有参数判断使用 $payload->has() 判断是否存在 (#778) 2023-04-15 00:53:31 +08:00
yansongda
d676442f63
fix: 微信代金券 api 参数错误问题 (#777) 2023-04-15 00:51:00 +08:00
yansongda
db364cc7e3
change: 所有 Parser 更名为 Direction (#774) 2023-04-09 23:45:44 +08:00
yansongda
c76320b238
feat: 增加委托代扣 shortcut (#773) 2023-04-09 23:40:36 +08:00
yansongda
fe19020e91
refactor: 优化现有微信v2插件代码 (#772) 2023-04-09 23:16:10 +08:00
yansongda
2154e0790b
feat: shortcut 支持 _no_common_plugins 参数不使用通用插件 (#771) 2023-04-09 19:34:37 +08:00
yansongda
041b4f0f83
change: 所有 Parser 更名为 Direction (#770) 2023-04-09 18:45:17 +08:00
yansongda
7ef1e68663
refactor: coding style (#769) 2023-04-09 18:28:30 +08:00
yansongda
2d21acc186
feat: 支持微信 v2 版本刷卡支付 (#753) 2023-03-19 22:32:54 +08:00
yansongda
04ea3fea5f
change: 所有的 Find*Plugin 调整为 Query*Plugin (#756) 2023-03-19 22:21:15 +08:00
yansongda
258ff12538
change: 插件开始装载日志由 info 调整为 debug (#755) 2023-03-19 21:49:38 +08:00
yansongda
1103f44c9c
refactor: 重构 ArrayParser 类 (#754) 2023-03-19 19:36:30 +08:00
yansongda
f76777875c
delete: 移除废弃的类 (#752) 2023-03-18 21:17:43 +08:00
yansongda
81df62a863
fix: 微信投诉相关插件响应解析错误 (#746)
* fix: 微信投诉相关插件响应解析错误

* changelog

* style: fix coding style
2023-02-26 19:52:56 +08:00
yansongda
765085bdd1
optimize: 微信退款可取消 notify_url (#741) 2023-02-13 21:35:26 +08:00
yansongda
4c1893d44f
feat: 增加获取微信平台公钥证书方法 (#733) 2023-01-07 21:38:52 +08:00
yansongda
53aa073ccf
docs: 增加微信转账注释方便ide识别 (#725) 2022-12-22 18:04:42 +08:00
yansongda
c084d67273
fix: CallbackReceived 事件在获取到回调参数后触发 (#716) 2022-11-25 19:41:16 +08:00
yansongda
20c3ef48d7
fix: 当配置文件出错微信解密失败后报错的问题 (#698) 2022-10-30 14:14:58 +08:00
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
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
8d4be495df
feat: 微信退款自动增加回调url (#649) 2022-08-20 12:00:17 +08:00
yansongda
e02069503b
feat: 支付宝周期扣款签约接口 (#644) 2022-08-09 21:49:29 +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