Updated 客服管理与发送消息 (markdown)

安正超 2015-02-11 18:56:10 +08:00
parent 80603ed3bd
commit b07f0f1e3a

@ -21,3 +21,9 @@
// 多个人
$staff->send($message)->toThem(array($openId, $openId, ...));
```
指定客服发送消息:
```php
$staff->send($message)->by('account@test')->to($openId);
```