Commit Graph

1089 Commits

Author SHA1 Message Date
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
dependabot[bot]
c88873bac5
build(deps): bump vite from 4.3.0 to 4.3.9 in /web (#799) 2023-06-06 10:09:00 +08:00
yansongda
ead4d7e340
Release v3.3.0 (#757) 2023-05-21 23:02:32 +08:00
yansongda
471c65a512
docs: update (#793) 2023-05-04 14:53:13 +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
61f9c5a4bf
change: 签约快捷方式合并成一个快捷方式,通过 _action 区分 (#783) 2023-04-20 21:00:14 +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
1e720ddb28
docs: 修复委托代购-只签约示例错误 (#775) 2023-04-09 23:50:41 +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
李铭昕
ac5ec5f575
feat: 增加委托代扣使用文档 (#768)
* 移除委托代扣的 Shortcut

* 增加委托代扣使用文档
2023-04-09 15:43:26 +08:00
李铭昕
95a469b256
feat: 增加申请代扣协议 (#767) 2023-04-08 16:39:15 +08:00
李铭昕
4912930534
feat: 增加只签约插件 (#765) 2023-04-07 12:44:42 +08:00
李铭昕
5b2a017457
feat: 增加微信v2支付中签约插件 (#763) 2023-04-05 23:12:10 +08:00
yansongda
5b211bd5a2
fix: 微信 v2 版响应 packer 错误 (#758) 2023-03-20 10:21:26 +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
Sonny
f56a89bec3
docs: 微信平台公钥证书获取添加版本号描述 (#747)
* 关于微信平台公钥证书的文档描述优化,加入版本号描述。

---------

Co-authored-by: yansongda <me@yansongda.cn>
2023-03-08 23:01:41 +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
f15fa2fd1b
docs: 优化文档 (#715) 2022-11-25 18:17:44 +08:00
KEN
6a298995b2
docs: 优化文档 (#709)
* 添加部分指引说明,对新手更加友好

Co-authored-by: yansongda <me@yansongda.cn>
2022-11-08 20:53:20 +08:00
yansongda
3d47aa3bc3
docs: upgrade vitepress && add badge (#706) 2022-11-07 13:37:56 +08:00
yansongda
0633d27c9b
docs: 更新捐赠列表 (#700) 2022-11-01 16:16:52 +08:00
yansongda
4858c195d4
styles: fix code styles (#701) 2022-11-01 16:15:17 +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
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