Skip to content

Commit ccf3fbf

Browse files
committed
Merge pull request #206 from involvements/master
fix:转发到指定客服帐号
2 parents c61d30e + 2bb2d3e commit ccf3fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wechat.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2268,7 +2268,7 @@ public function transfer_customer_service($customer_account = '')
22682268
'CreateTime'=>time(),
22692269
'MsgType'=>'transfer_customer_service',
22702270
);
2271-
if (!$customer_account) {
2271+
if ($customer_account) {
22722272
$msg['TransInfo'] = array('KfAccount'=>$customer_account);
22732273
}
22742274
$this->Message($msg);

0 commit comments

Comments
 (0)