feat: 数据mock

This commit is contained in:
2026-06-18 13:10:09 +08:00
parent deae38fb05
commit 9bd85a4e43
15 changed files with 466 additions and 403 deletions

View File

@@ -36,8 +36,8 @@ function resolvePathParams(url: string, pathParams?: Record<string, string | num
* ```
*/
class RequestClient {
/** axios 实例 */
private instance: AxiosInstance
/** axios 实例(暴露给 mock 等外部模块使用) */
public instance: AxiosInstance
/** 是否正在刷新 token */
isRefreshing = false