调用checkLoginStatus报500错误

const authenticationClient = new AuthenticationClient({
  appId: 'APP_ID',
  appHost: 'https://xxx.authing.cn',
})
const data = await authenticationClient.checkLoginStatus(token)

您好,我们没能复现这个问题,方便贴一下测试用的初始化参数和测试 token 么?