fix:转发到指定客服帐号
@@ -2268,7 +2268,7 @@ class Wechat
'CreateTime'=>time(),
'MsgType'=>'transfer_customer_service',
);
- if (!$customer_account) {
+ if ($customer_account) {
$msg['TransInfo'] = array('KfAccount'=>$customer_account);
}
$this->Message($msg);