File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
22 * 接口返回结果Types
3- * --------------------------------------------------------------------------
3+ * ------------------------------------------------------------------------------------------
44 */
55// 登录返回结果
66export interface ILoginData {
@@ -13,7 +13,7 @@ export interface ILoginData {
1313
1414/**
1515 * 接口参数Types
16- * --------------------------------------------------------------------------
16+ * ------------------------------------------------------------------------------------------
1717 */
1818// 登录参数
1919export interface ILoginApiParams {
@@ -29,7 +29,7 @@ export interface IPermissionsParams {}
2929
3030/**
3131 * 接口定义Types
32- * --------------------------------------------------------------------------
32+ * ------------------------------------------------------------------------------------------
3333 */
3434export interface IUserApi {
3535 login : ( params : ILoginApiParams ) => Promise < StoreState . ResType < ILoginData > >
You can’t perform that action at this time.
0 commit comments