feat: 完善鉴权

This commit is contained in:
2026-05-22 23:10:40 +08:00
parent 3857f77f8b
commit c48d57df14
14 changed files with 118 additions and 117 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export class AnswerService {
);
}
/** 读取运行统计;配置 ACCESS_TOKEN 时由服务端校验 */
/** 读取运行统计(需登录) */
public static getStats() {
return BaseClientService.get<IStatsResponse>(
`${AnswerService.basePath}/stats`