身份证核验

This commit is contained in:
gxwebsoft
2024-01-27 12:37:09 +08:00
parent 11936f4ace
commit 773fa8d07f
2 changed files with 438 additions and 479 deletions

View File

@@ -70,6 +70,12 @@ export interface Order {
emergentUser: string;
officeAddress: string;
homeAddress: string;
// 真名
realName?: string;
// 身份证
idCode?: string;
// 身份证地址
address?: string;
}
/**

File diff suppressed because it is too large Load Diff