Releases: w7corp/easywechat
Releases · w7corp/easywechat
6.3.6
What's Changed
- 增加快捷传参 #2444
- 简化文件上传写法 #2445
- 修复业务成功状态判断在文件响应时的错误;
- [fix] miniapp failureJudge fix by @jiangslee in #2446
Full Changelog: 6.3.5...6.3.6
6.3.5
- 修复傻逼微信的 refresh token 带 @ 符导致的缓存失败问题
Full Changelog: 6.3.4...6.3.5
6.3.4
What's Changed
- [dosc] 修复文档样式问题 by @aa24615 in #2437
- 6.x docs update by @jiangslee in #2440
- 修复 GET 请求签名错误 #2443
Full Changelog: 6.3.3...6.3.4
6.3.3
5.22.0
6.3.2
Full Changelog: 6.3.1...6.3.2
6.3.1
What's Changed
- [doc] 开放平台代调用文档示例bug fix by @jiangslee in #2432
- [pay] Utils v2 签名 by @jiangslee in #2433
Full Changelog: 6.3.0...6.3.1
6.3.0
What's New
- 新增 API 请求异常全局处理方法
- 新增响应状态判断方法:
Response::isSuccessful()/Response::isFailed()
- 新增响应存储为文件方法:
Response::saveAs($filename)
- 新增响应转换为 Data URLs 方法:
Response::toDataUrl()
- 开放平台增加从 refreshToken/accessToken 初始化公众号/小程序方法 #2427
What's Changed
- doc: 授权文档更新,$user->getRaw()改成$user->getAttributes() by @jiangslee in #2413
- 修改网页授权实例代码细节 by @LeePillar in #2415
- 补一个代公众号/小程序调用前授权实例 by @LeePillar in #2414
- Revert "补一个代公众号/小程序调用前授权实例" by @overtrue in #2417
- 6.x 开放平台增加预授权跳转方法 by @jiangslee in #2430
- 6.x Pay Utils 兼容v2自定义signType by @jiangslee in #2431
- 修复了缓存组件使用不统一的问题
- 拆分小程序 & 增加小程序工具类
New Contributors
- @LeePillar made their first contribution in #2415
Full Changelog: 6.2.4...6.3.0
5.21.0
What's Changed
- fix Identifier "short_link" is not defined by @cexll in #2405
- 自定义交易组件订单接口更新 by @bangbangda in #2422
- 自定义交易组件售后接口更新 by @bangbangda in #2426
- 新增 第三方根据unionid查询external_userid by @yxlix in #2428
New Contributors
Full Changelog: 5.20.0...5.21.0
6.2.4
What's Changed
- Fix sample parameter error by @sy-records in #2409
- Fix missing formatOptions in postJson by @sy-records in #2412
Full Changelog: 6.2.3...6.2.4