Skip to content

适配AppSecret鉴权方式 #84

@yanhy2000

Description

@yanhy2000

如题,能否增加该鉴权方式,使用旧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 };
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions