D
This commit is contained in:
@@ -61,6 +61,7 @@ export class XPosterRouterService {
|
||||
}
|
||||
|
||||
async verifyCookie(): Promise<any> {
|
||||
console.debug('==> Verify Cookie');
|
||||
// const isAlive = await this.cookieSvc.verifyCookie();
|
||||
const isAlive = await this.browserSvc.verifyCookie();
|
||||
if (!isAlive) {
|
||||
@@ -68,6 +69,7 @@ export class XPosterRouterService {
|
||||
await this.notifyService.sendUrgentMessageToTele('Cookie đã hết hạn vui lòng cập nhập để sử dụng.')
|
||||
}
|
||||
await this.xCacheService.setStateXCookiesIsSillALive();
|
||||
await this.notifyService.sendMessageToTele('Verify cookie pass')
|
||||
}
|
||||
|
||||
async canUseXCookies(): Promise<boolean> {
|
||||
|
||||
Reference in New Issue
Block a user