| | |
| | | id: string; |
| | | } |
| | | |
| | | interface APIgetTopStatisticsParams { |
| | | channleId?: string; |
| | | } |
| | | |
| | | interface APIgetUserAccountDetailParams { |
| | | id?: string; |
| | | } |
| | |
| | | name?: string; |
| | | channlesNum?: string; |
| | | channlesId?: string; |
| | | switchType?: LifePaySwitchTypeEnum; |
| | | } |
| | | |
| | | interface ChannelRateOutput { |
| | |
| | | |
| | | interface OrderInQuiryInput { |
| | | outTradeNo?: string; |
| | | outRefundNo?: string; |
| | | } |
| | | |
| | | type OrderTypeEnum = 0 | 1; |
| | |
| | | timeZone?: TimeZone; |
| | | } |
| | | |
| | | interface TopStatisticsInput { |
| | | channleList?: string[]; |
| | | } |
| | | |
| | | interface TopStatisticsOutput { |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | |
| | | interface UserChannleDto { |
| | | /** 渠道Id */ |
| | | id?: string; |
| | | /** 渠道num */ |
| | | channlesNum?: string; |
| | | /** 渠道名 */ |
| | | name?: string; |
| | | } |