@@ -54,6 +54,7 @@ namespace GxPress.Service.Implement.IM
throw new BusinessException("owner用户不存在");
if (response.StatusCode == HttpStatusCode.TooManyRequests)
throw new BusinessException("接口被限流");
+ throw new BusinessException(tokenJson);
return false;
}