From 10b1b1b0b415706e9182313617daf138946731e9 Mon Sep 17 00:00:00 2001 From: Zoey Dan Date: Tue, 5 Mar 2024 19:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 163c11f..98caee9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ quickSend(用户id,主题id,内容,超链接,debug模式); 实例代码: ``` -$wxpusher->quickSend('','10','Hello','http://localhost.com',false); +$wxpusher->quickSend('', '10', 'Hello', 'http://localhost.com', false); ``` @@ -58,7 +58,7 @@ $wxpusher->quickSend('','10','Hello','http://localhost.com',false); 实例代码: ``` - $wxpusher->send('Hello','Summary','1','false',10,'www.google.com'); + $wxpusher->send('Hello', 'Summary', 1, false, 10, 'www.google.com'); ``` #### 3、创建二维码 @@ -79,7 +79,7 @@ Qrcreate(参数,过期时间) 实例代码: ``` -$wxpusher->Qrcreate('wxpusher',1800); +$wxpusher->Qrcreate('wxpusher', 1800); ``` @@ -128,4 +128,4 @@ $wxpusher->getFunTotal(); Author [@Meloncn][https://github.com/meloncn/wxpusher-sdk-php] -最后更新时间:2020年12月5日 20:54 \ No newline at end of file +最后更新时间:2020年12月5日 20:54