File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* 接口返回结果Types
3
- * --------------------------------------------------------------------------
3
+ * ------------------------------------------------------------------------------------------
4
4
*/
5
5
// 登录返回结果
6
6
export interface ILoginData {
@@ -13,7 +13,7 @@ export interface ILoginData {
13
13
14
14
/**
15
15
* 接口参数Types
16
- * --------------------------------------------------------------------------
16
+ * ------------------------------------------------------------------------------------------
17
17
*/
18
18
// 登录参数
19
19
export interface ILoginApiParams {
@@ -29,7 +29,7 @@ export interface IPermissionsParams {}
29
29
30
30
/**
31
31
* 接口定义Types
32
- * --------------------------------------------------------------------------
32
+ * ------------------------------------------------------------------------------------------
33
33
*/
34
34
export interface IUserApi {
35
35
login : ( params : ILoginApiParams ) => Promise < StoreState . ResType < ILoginData > >
You can’t perform that action at this time.
0 commit comments