更新
This commit is contained in:
@@ -187,7 +187,8 @@ class QywxCustomerAcquisitionApiService
|
||||
if ($errcode === 60111) {
|
||||
throw new RuntimeException(
|
||||
'所选医助的企业微信 userid 不存在,或不在获客助手可调用应用的可见范围;'
|
||||
. '请检查后台账号绑定和企业微信应用可见范围。企业微信返回:' . $errorMessage
|
||||
. '请检查后台账号绑定和企业微信应用可见范围。企业微信返回:' . $errorMessage,
|
||||
$errcode
|
||||
);
|
||||
}
|
||||
|
||||
@@ -195,7 +196,7 @@ class QywxCustomerAcquisitionApiService
|
||||
'企业微信获客助手接口失败[%d]:%s',
|
||||
$errcode,
|
||||
$errorMessage
|
||||
));
|
||||
), $errcode);
|
||||
}
|
||||
|
||||
private function accessToken(): string
|
||||
|
||||
Reference in New Issue
Block a user