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