File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ export declare interface StoreInstance extends ReturnType<typeof createStore> {
10
10
// vuex模块的类型
11
11
type ModuleType = { app : AppStateType }
12
12
13
- // 所有的SateType
13
+ // 所有的StateType
14
14
export type StateType = ModuleType & RootStateType & StoreInstance
15
15
16
- // request interceptors
16
+ /** http请求响应格式 */
17
17
export declare interface ApiResponse {
18
18
errCode : number
19
19
errMsg ?: string
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export interface UserApi {
33
33
}
34
34
35
35
/**
36
- * @example Axios.get(`https://api.abckey. com/market/${this.c_switchCashName}/${this.cash.toLowerCase()}&t=${new Date().getTime() }`)
36
+ * @example Axios.get(`https://xxx. com}`)
37
37
* @todo Get the exchange rate of the current currency
38
38
*/
39
39
class UserService {
You can’t perform that action at this time.
0 commit comments