dodgepudding / wechat-php-sdk

微信公众平台php开发包, weixin developer SDK.
4.44k stars 2.33k forks source link

接入多客服返回no access #248

Closed hisway closed 9 years ago

hisway commented 9 years ago

用户回复MSGTYPE_TEXT时候,如下使用 $weObj->transfer_customer_service(); 返回的信息是{"debug":false,"errCode":40001,"errMsg":"no access","logcallback":false} 其他方法都在正常使用,不存在 no access 问题

hisway commented 9 years ago

忘记回复了,应该这样使用 $weObj->transfer_customer_service()->reply();