This commit is contained in:
Your Name
2026-08-25 14:16:31 +08:00
parent f24afa116f
commit af603a4e9a
4 changed files with 95 additions and 20 deletions
@@ -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