2020-09-05 15:54:03 +08:00

9 lines
184 B
TypeScript

import { RequestBaseConfig } from './base'
export interface RebindRequestConfig extends RequestBaseConfig {
captcha: string
phone: string
oldcaptcha: string
ctcode?: string
}