-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
如题,能否增加该鉴权方式,使用旧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
Labels
No labels