修改注册银行账户 地址以及 融合样式改动
This commit is contained in:
8
src/servers/api/typings.d.ts
vendored
8
src/servers/api/typings.d.ts
vendored
@ -5,6 +5,14 @@ declare namespace API {
|
||||
message: string;
|
||||
data: T;
|
||||
}
|
||||
// 省市区
|
||||
interface RegionOption {
|
||||
label: string;
|
||||
value: string;
|
||||
id: string;
|
||||
name: string;
|
||||
children?: RegionOption[];
|
||||
}
|
||||
|
||||
// 用户相关接口类型定义
|
||||
export interface UserListRequest {
|
||||
|
Reference in New Issue
Block a user