登录 个人 与 零星采购
This commit is contained in:
7
src/servers/api/typings.d.ts
vendored
7
src/servers/api/typings.d.ts
vendored
@ -5,6 +5,13 @@ declare namespace API {
|
||||
message: string;
|
||||
data: T;
|
||||
}
|
||||
//登录
|
||||
interface LoginSupplier {
|
||||
account: string;
|
||||
password: string;
|
||||
identifying: string;
|
||||
encryptValue: string;
|
||||
}
|
||||
// 省市区
|
||||
interface RegionOption {
|
||||
label: string;
|
||||
|
Reference in New Issue
Block a user