点赞和改造开关加入后台配置
This commit is contained in:
@@ -156,8 +156,7 @@ export type AuthPhoneChangeResponse = {
|
||||
};
|
||||
|
||||
export type AuthRefreshResponse = {
|
||||
ok: true;
|
||||
token?: string;
|
||||
token: string;
|
||||
};
|
||||
|
||||
export type AuthSessionSummary = {
|
||||
|
||||
Reference in New Issue
Block a user