From 4a38cbceb37a0cbbdd4c18a0376c3486dbb63e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Thu, 16 Apr 2015 16:28:11 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 图片上传.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/图片上传.md b/图片上传.md index ab3340f..c8d3398 100644 --- a/图片上传.md +++ b/图片上传.md @@ -11,7 +11,8 @@ $url = $wechat->image->upload($path); example: ```php -$url = $wechat->image->upload(__DIR__ . '/demo.jpg'); // https://wx.qq.com/......jpg +$url = $wechat->image->upload(__DIR__ . '/demo.jpg'); +// https://wx.qq.com/......jpg ``` 关于门店的使用请参考:[门店管理](门店管理) \ No newline at end of file