From b07f0f1e3a0fc6311bc32b1579da0763a2e365db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Wed, 11 Feb 2015 18:56:10 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=AE=A2=E6=9C=8D=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=B8=8E=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 客服管理与发送消息.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/客服管理与发送消息.md b/客服管理与发送消息.md index 19b70de..bb91623 100644 --- a/客服管理与发送消息.md +++ b/客服管理与发送消息.md @@ -21,3 +21,9 @@ // 多个人 $staff->send($message)->toThem(array($openId, $openId, ...)); ``` + +指定客服发送消息: + +```php + $staff->send($message)->by('account@test')->to($openId); +``` \ No newline at end of file