mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
修正读秒异常问题
This commit is contained in:
parent
af6776bb4d
commit
d6d84f42ca
@ -216,6 +216,7 @@ export async function mysSign(e) {
|
||||
}
|
||||
|
||||
export async function bbsSeach(e){
|
||||
START = moment().unix();
|
||||
let miHoYoApi = new MihoYoApi(e);
|
||||
if (Object.keys((await miHoYoApi.getStoken(e.user_id))).length == 0) {
|
||||
await replyMsg(e, "未读取到stoken请检查cookies是否包含login_ticket,请先绑定stoken再查询~");
|
||||
|
Loading…
Reference in New Issue
Block a user