Skip to content

Releases: yansongda/pay

v3.2.9

30 Oct 06:16
20c3ef4
Compare
Choose a tag to compare

fixed

  • fix: 当配置文件出错微信解密失败后报错的问题(#698)

v3.2.8

28 Sep 04:04
6187ae6
Compare
Choose a tag to compare

fixed

  • fix: 商家批次单号查询批次单时 query 参数不正确(#690)

v3.2.7

27 Sep 15:03
cc77cfd
Compare
Choose a tag to compare

fixed

  • fix: 微信批次单号查询批次单时 query 参数不正确(#688)

v3.2.6

26 Sep 12:21
6a730b7
Compare
Choose a tag to compare

fixed

  • fix: json 中有 & 时解析错误(#687)

v3.2.5

18 Sep 05:45
0f6963a
Compare
Choose a tag to compare

fixed

  • fix: 修复支付宝 subject 中存在 + 号回调验签不通过(#684)

v3.2.4

16 Sep 16:47
2b460f2
Compare
Choose a tag to compare

added

  • feat: 银联支付(#662)

v3.2.3

13 Sep 08:06
94b775c
Compare
Choose a tag to compare

added

  • feat: 微信 Native 支付支持关联其它类型 appid(#680)

v3.2.2

12 Sep 15:13
9412db5
Compare
Choose a tag to compare

refactor

  • refactor: 优化支付宝 launch 插件代码(#678)

deprecated

  • deprecated: 支付宝 RadarPlugin, SignPlugin 已废弃,使用 RadarSignPlugin 代替(#678)
  • deprecated: 微信 SignPlugin 已废弃,使用 RadarSignPlugin 代替(#678)

v3.2.1

07 Sep 08:45
ebc939e
Compare
Choose a tag to compare

fixed

  • fix: wechat_public_cert_path 未配置时报错的问题(#674)

refactor

  • refactor: 优化 wechat_public_cert_path 配置(#674)

v3.2.0

04 Sep 04:21
84682fc
Compare
Choose a tag to compare

changed

  • change: Function 增加命名空间(#665)
  • change: get_alipay_configget_wechat_config 返回类型由 Config 改为 array(#667)
  • change: 支付宝转账查询接口由老版本改为为新版本(#666)

deleted

  • delete: Function 中将 get_wechat_authorization 方法移除(#664)

performance

  • perf: 支付宝中支付宝根证书、应用证书序列号在常驻进程中缓存(#668)