export type PurchaseFormValues = { type: '1' | '2' live: string quota: number expire: string daily_limit: number pay_type: 'wechat' | 'alipay' | 'balance' }