mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 11:32:08 +00:00
Updated 客服管理与发送消息 (markdown)
parent
80603ed3bd
commit
b07f0f1e3a
@ -21,3 +21,9 @@
|
||||
// 多个人
|
||||
$staff->send($message)->toThem(array($openId, $openId, ...));
|
||||
```
|
||||
|
||||
指定客服发送消息:
|
||||
|
||||
```php
|
||||
$staff->send($message)->by('account@test')->to($openId);
|
||||
```
|
Loading…
Reference in New Issue
Block a user