mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 03:22:10 +00:00
Page:
图片上传
0
图片上传
安正超 edited this page 2015-04-16 16:28:11 +08:00
Table of Contents
用 POI 接口新建门店时所使用的图片 url 必须为微信自己域名的 url,因此需要先用上传图片接 口上传图片并获取 url,再创建门店。上传的图片限制文件大小限制 1MB,支持 JPG 格式。
上传图片
$url = $wechat->image->upload($path);
$path
为需要上传的图片路径
example:
$url = $wechat->image->upload(__DIR__ . '/demo.jpg');
// https://wx.qq.com/......jpg
关于门店的使用请参考:门店管理
中文版 English
目录
English 中文版
Table of Contents
Laravel 5 版: overtrue/laravel-wechat
可能由于微信的接口调整导致某些接口不能正常使用,请及时给我反馈,谢谢!https://github.com/overtrue/wechat/issues