mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 03:22:10 +00:00
Page:
升级日志
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
2.1.0
- 【新增】支付部分
2.0
2.0.20
- 【Bug】模板消息API地址错误
2.0.19
- 【Bug】更新删除客服
2.0.18
- 【更新】自定义菜单添加两种类型
2.0.0-alpha
- 【删除】移除
Overtrue\Wechat\Wechat
基类,便于处理多用户,各业务分散到独立的类中完成; - 【删除】移除
Menu::make()
方法,改为new MenuItem($name, $type, $key)
形式; - 【删除】移动
Auth::authorized()
方法; - 【新增】JSSDK 服务;
- 【新增】二维码服务;
- 【新增】异常消息添加中文错误消息;
- 【新增】门店服务;
- 【新增】模板消息;
- 【新增】卡券颜色列表;
- 【新增】语义理解服务;
- 【新增】数据统计查询服务;
- 【新增】素材添加完整 API 支持,支持永久素材等官方提供的所有功能;
- 【变更】消息中图片等附件不再自动上传,之前
media($path)
不再接受本地文件路径,只接受上传后的media_id
值,上传请先使用素材管理服务进行上传,便于素材管理; - 【变更】
Wechat::service('cache')
同样不存在了,更改为 new 服务(...), ex:$userService = new Overtrue\Wechat\User($appId, $secret)
; - 【变更】 之前服务里的
->all()
方法均改名为->lists()
;
中文版 English
目录
English 中文版
Table of Contents
Laravel 5 版: overtrue/laravel-wechat
可能由于微信的接口调整导致某些接口不能正常使用,请及时给我反馈,谢谢!https://github.com/overtrue/wechat/issues