Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ quickSend(用户id,主题id,内容,超链接,debug模式);

实例代码:
```
$wxpusher->quickSend('','10','Hello','http://localhost.com',false);
$wxpusher->quickSend('', '10', 'Hello', 'http://localhost.com', false);
```


Expand All @@ -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、创建二维码
Expand All @@ -79,7 +79,7 @@ Qrcreate(参数,过期时间)
实例代码:

```
$wxpusher->Qrcreate('wxpusher',1800);
$wxpusher->Qrcreate('wxpusher', 1800);
```


Expand Down Expand Up @@ -128,4 +128,4 @@ $wxpusher->getFunTotal();

Author [@Meloncn][https://github.com/meloncn/wxpusher-sdk-php]

最后更新时间:2020年12月5日 20:54
最后更新时间:2020年12月5日 20:54