user.util.interface.ts 121 B

123456
  1. export interface CheckUpdateCardAndPid {
  2. account?: string;
  3. }
  4. export interface checkPhoneAndPid {
  5. account?: string;
  6. }