feat: 数据mock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user