Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

适配AppSecret鉴权方式 #84

Open
yanhy2000 opened this issue Jan 10, 2024 · 0 comments
Open

适配AppSecret鉴权方式 #84

yanhy2000 opened this issue Jan 10, 2024 · 0 comments

Comments

@yanhy2000
Copy link

如题,能否增加该鉴权方式,使用旧demo遇到token错误问题

data: {
      message: 'Token错误',
      code: 11242,
      err_code: 40012002,
      trace_id: '24e24b98770ce35841348c3d040925cb'
    }
function BotInit(conf) {
  // console.log(conf);
  var bot = botObj.createOpenAPI(conf);
  var bot_ws = botObj.createWebsocket(conf);
  init_log("机器人实例初始化完成!");
  return { bot, bot_ws };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant