mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
ck管理添加异步状态获取
This commit is contained in:
@@ -81,10 +81,11 @@ export default class CookieService {
|
||||
|
||||
public async refreshCookie(_id: string) {
|
||||
const current = await this.get(_id);
|
||||
const { status } = await this.getJdInfo(current.value);
|
||||
const { status, nickname } = await this.getJdInfo(current.value);
|
||||
return {
|
||||
...current,
|
||||
status,
|
||||
nickname,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user