| | |
| | | type?: number; |
| | | } |
| | | |
| | | interface ChannelOutput { |
| | | name?: string; |
| | | channlesNum?: string; |
| | | } |
| | | |
| | | interface ChannelRateOutput { |
| | | channlesRate?: number; |
| | | } |
| | |
| | | /** 是否是后台用户 */ |
| | | isBackClientUser?: boolean; |
| | | /** 渠道号 */ |
| | | channlesNum?: string[]; |
| | | channlesNum?: ChannelOutput[]; |
| | | } |
| | | |
| | | interface LifePayPremiumInput { |
| | |
| | | |
| | | type LifePayTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayUserMesssageByIduserInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | | /** 用户编号 */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePhoneData { |
| | | /** 运营商编码,例如:"yidong", "dianxin", "liantong"。 */ |
| | | ispCode: string; |