身份证核验
This commit is contained in:
@@ -70,6 +70,12 @@ export interface Order {
|
|||||||
emergentUser: string;
|
emergentUser: string;
|
||||||
officeAddress: string;
|
officeAddress: string;
|
||||||
homeAddress: string;
|
homeAddress: string;
|
||||||
|
// 真名
|
||||||
|
realName?: string;
|
||||||
|
// 身份证
|
||||||
|
idCode?: string;
|
||||||
|
// 身份证地址
|
||||||
|
address?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user