Commit Graph

141 Commits

Author SHA1 Message Date
yansongda
0c8bcb8f67
feat: 新增微信分账申请分账账单插件 (#1041)
Some checks failed
Code Coverage / Code Coverage (push) Has been cancelled
Coding Style / php_cs_fixer (push) Has been cancelled
Coding Style / php_stan-php${{ matrix.php-version }} (ubuntu-latest, 8.1) (push) Has been cancelled
Coding Style / php_stan-php${{ matrix.php-version }} (ubuntu-latest, 8.2) (push) Has been cancelled
Coding Style / php_stan-php${{ matrix.php-version }} (ubuntu-latest, 8.3) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (default, ubuntu-latest, 8.1) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (default, ubuntu-latest, 8.2) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (default, ubuntu-latest, 8.3) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (hyperf, ubuntu-latest, 8.1) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (hyperf, ubuntu-latest, 8.2) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (hyperf, ubuntu-latest, 8.3) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (laravel, ubuntu-latest, 8.1) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (laravel, ubuntu-latest, 8.2) (push) Has been cancelled
Tester / ${{ matrix.os }}-php${{ matrix.php-version }}-${{ matrix.framework }} (laravel, ubuntu-latest, 8.3) (push) Has been cancelled
2024-11-23 11:29:59 +08:00
小新
0aea5b2ddc
fix: 未配置微信证书时,自动获取证书后仍然使用之前的微信配置 (#1026)
* 修复自动获取微信平台公钥证书相关接口提示 参数异常: 微信公钥序列号为找到 错误

* 优化代码,增加单测

---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-09-11 11:25:00 +08:00
yansongda
2ea20b79f1
feat: 增加抖音支付 (#1014) 2024-08-04 23:14:23 +08:00
Tinymeng微梦
b7cad54c29
feat: 新增 v3 付款码服务商模式 (#1010)
---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-07-10 13:59:39 +08:00
carlin-rj
db85283ee5
feat: 新增江苏银行e融支付 (#1002)
---------

Co-authored-by: wanghaojie <814425737@qq.com>
Co-authored-by: yansongda <me@yansongda.cn>
2024-06-22 10:21:34 +08:00
yansongda
df334dd766
fix: 微信关闭订单报解包错误的问题 (#1001) 2024-06-16 16:40:37 +08:00
yansongda
1cbe8d8641
fix: 微信关闭订单报解包错误的问题 (#1000) 2024-06-16 16:29:30 +08:00
嗯嗯
3d79403bc0
fix: 支付宝响应空签名时签名验证逻辑错误的问题 (#998)
---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-06-12 09:47:48 +08:00
yansongda
3683c69c1a
optimize: 优化微信 ResponsePlugin 插件去除不必要的返回参数 (#996) 2024-06-10 22:01:39 +08:00
yansongda
66942f1db7
deprecate: get_xxx_config 方法已废弃,使用 get_provider_config 方法代替 (#994) 2024-06-08 22:40:08 +08:00
yansongda
0420b70e50
deprecate: 微信 StartPlugin 改为使用 yansongda/artful 中的插件 (#993) 2024-06-08 21:52:03 +08:00
不明
a57a52f057
optimize: 使用 is_file 代替字符串结尾判断 (#982)
* 使用 is_file 代替字符串结尾判断

* update changelog

---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-05-16 21:31:29 +08:00
Hatim
747806ee09
fix: 修复商家转账参数缺失的问题 (#977)
---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-05-08 23:13:04 +08:00
yansongda
722ffdcd5c
chore: 升级 yansongda/artful 到最新版解决 http 配置不生效的问题 (#974) 2024-04-28 22:03:16 +08:00
Han
669c0180a1
feat: V2版本支持微信普通红包 (#973)
* V2版本 微信发放普通红包

* V2微信发送普通红包测试单例

---------

Co-authored-by: ohh <mrmercury@foxmail.com>
Co-authored-by: yansongda <me@yansongda.cn>
2024-04-28 21:49:08 +08:00
Remx Xu
fe81a43ceb
fix: 修复微信付款码 shortcut 支付插件执行顺序错误 (#972)
* fix: 微信付款码支付插件执行顺序

* docs: 微信付款码支付请求补充必填参数

---------

Co-authored-by: yansongda <me@yansongda.cn>
2024-04-28 20:49:26 +08:00
yansongda
406a4e690c
changed: 微信付款码支付更改为 v3 版 (#969) 2024-04-27 22:02:22 +08:00
wys
69b498af42
feat: 支付宝根证书配置支持直接配置证书内容 (#959)
Co-authored-by: yansongda <me@yansongda.cn>
2024-04-13 13:36:31 +08:00
yansongda
d8222dc703
fix: 修复支付宝授权访问令牌插件参数问题 (#954) 2024-04-04 22:22:52 +08:00
yansongda
fba0bb3063
optimize: 优化微信错误响应时的处理逻辑 (#944) 2024-02-29 20:19:11 +08:00
yansongda
cbd4df5508
fix: 修复微信 App 支付参数异常问题 (#941) 2024-02-23 12:04:35 +08:00
yansongda
2ba454261a
chore: 升级 yansongda/artful 到 v1.0.9 修复 JsonPacker 为空时 packer 错误的问题 (#937) 2024-02-16 10:54:39 +08:00
yansongda
013b5769ed
change: 支付宝手机网站支付快捷方式由 wap 改为 h5 (#934) 2024-01-21 17:09:41 +08:00
yansongda
39227bff44
fix: 微信查询插件退款查询问题 (#933) 2024-01-21 17:03:02 +08:00
yansongda
439d1b13a4
feat: 增加微信发票插件 (#927) 2024-01-13 21:46:15 +08:00
yansongda
ad4c5dddb8
chore: 调整代金券文件结构 (#928) 2024-01-13 00:19:45 +08:00
yansongda
fcaab32c4c
feat: 增加小程序虚拟支付签名、用户签名方法 (#924) 2024-01-11 22:01:44 +08:00
yansongda
4a1788a589
change(internal): 替换为 yansongda/artful API 请求框架 (#926) 2024-01-11 21:45:27 +08:00
yansongda
3e097ba65a
change(internal): 调整 银联 插件文件夹结构 (#923) 2024-01-06 17:48:07 +08:00
yansongda
4857dc9cb1
feat: 增加银联 条码支付综合前置平台-被扫支付 刷卡支付插件 (#922) 2024-01-06 17:39:22 +08:00
yansongda
c57d8420e5
feat: 增加 HttpClientFactoryInterface 方法用于工厂模式创建 http client (#921) 2024-01-03 23:29:08 +08:00
yansongda
1d34898c1e
feat: 支持 微信/支付宝 多版本 (#918) 2024-01-03 18:02:57 +08:00
yansongda
63de1841b4
docs: 优化注释 && 增加单测 (#916) 2024-01-01 15:42:47 +08:00
yansongda
1121253eae
change: 手机网站支付快捷方式由 wap 改为 h5 (#915) 2024-01-01 12:45:25 +08:00
yansongda
15fcb4707a
change(internal): 将 call() 方法重命名为 shortcut() (#914) 2024-01-01 12:30:15 +08:00
yansongda
9713c08500
change(internal): 按场景对 银联 插件进行分类 && 插件代码优化 (#913) 2024-01-01 12:17:20 +08:00
yansongda
1dfbea1253
feat: 微信查询投诉单详情自动解密用户手机号 (#912) 2023-12-31 20:40:39 +08:00
yansongda
1ac094086f
change: 手机网站支付快捷方式由 wap 改为 h5 (#911) 2023-12-31 19:05:33 +08:00
yansongda
a849c761c7
change(internal): 按场景对微信插件进行分类,优化相关代码 (#909) 2023-12-31 18:00:00 +08:00
yansongda
d1dcd340bc
change(internal): 银联 shortcut 从 plugin 文件夹独立出来 (#905) 2023-12-22 17:39:16 +08:00
yansongda
8e58b441ce
change(internal): 微信 shortcut 从 plugin 文件夹独立出来 (#904) 2023-12-22 17:34:10 +08:00
yansongda
a853468b3e
feat: 新增 InvalidSignException (#903) 2023-12-22 17:09:55 +08:00
yansongda
9b2550967e
change(internal): 错误代码 const 命名规则统一 (#902) 2023-12-22 15:53:02 +08:00
yansongda
381591c0b3
change: close 的 API 参数只支持 array,不再支持 string (#901) 2023-12-22 15:33:02 +08:00
yansongda
b2d8e0f7ee
change: cancel 的 API 参数只支持 array,不再支持 string (#900) 2023-12-22 15:26:47 +08:00
yansongda
dc6fc6e236
change: 查询API方法由 find 改为 query,同时参数只支持 array (#897) 2023-12-22 15:22:05 +08:00
yansongda
6259850960
change(internal): DirectionInterface 方法由 parse 改为 guide (#896) 2023-12-22 15:11:53 +08:00
yansongda
c44a4fc1f4
change(internal): 支付宝 shortcut 从 plugin 文件夹独立出来 (#895) 2023-12-22 15:07:30 +08:00
yansongda
e4a200dc43
change(internal): 按场景对支付宝插件进行分类 (#894) 2023-12-22 14:59:06 +08:00
yansongda
3fa8d49d42
change(internal): shortcut 完整标明各个插件,不使用 commonPlugin (#886) 2023-12-17 14:36:59 +08:00