| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetIntroInfoParams { |
| | | type?: LifePayOrderTypeEnum; |
| | | } |
| | | |
| | | interface APIgetLifePayChannlesDtoParams { |
| | | id?: string; |
| | | } |
| | |
| | | channlesName?: string; |
| | | channlesNum?: string; |
| | | channlesRate?: number; |
| | | channlesRakeRate?: number; |
| | | switchType?: LifePaySwitchTypeEnum; |
| | | status?: LifePayChannelsStatsEnum; |
| | | channlesType?: LifePayChannlesTypeEnum; |
| | |
| | | groups?: FeatureGroupDto[]; |
| | | } |
| | | |
| | | interface GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | | operateName?: string; |
| | | } |
| | | |
| | | interface GetPayOrderForJsAPIInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |
| | |
| | | roleNames: string[]; |
| | | } |
| | | |
| | | type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4; |
| | | |
| | | interface IStringValueType { |
| | | name?: string; |
| | | properties?: Record<string, any>; |
| | |
| | | |
| | | type LifePayChannlesTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayIntroInfoDetail { |
| | | type?: IntroInfoTypeEnum; |
| | | /** 摘要 */ |
| | | contentSummary?: string; |
| | | /** 文本内容 */ |
| | | content?: string; |
| | | /** 图片/视频路径 */ |
| | | path?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface LifePayIntroInfoInput { |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 更新内容 */ |
| | | data?: LifePayIntroInfoDetail[]; |
| | | } |
| | | |
| | | interface LifePayIntroInfoOutput { |
| | | type?: IntroInfoTypeEnum; |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 摘要 */ |
| | | contentSummary?: string; |
| | | /** 文本内容 */ |
| | | content?: string; |
| | | /** 图片/视频路径 */ |
| | | path?: string; |
| | | /** 排序 */ |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface LifePayOrderListOutput { |
| | | id?: string; |
| | | userId?: string; |
| | |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface LifePayPremiumInput { |
| | | premiumType?: LifePayTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePayPremiumListOutput { |
| | | premiumType?: LifePayTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePayRateInput { |
| | | rateType?: LifePayRateTypeEnum; |
| | | rate?: number; |
| | |
| | | interface LocalizableStringDto { |
| | | name?: string; |
| | | resource?: string; |
| | | } |
| | | |
| | | interface LogErrorInput { |
| | | error?: string; |
| | | } |
| | | |
| | | interface MethodParameterApiDescriptionModel { |
| | |
| | | modules?: Record<string, any>; |
| | | enums?: Record<string, any>; |
| | | } |
| | | |
| | | interface OperateHistoryDto { |
| | | /** 关联关系ID */ |
| | | relationId?: string; |
| | | /** 表名 */ |
| | | tableType?: number; |
| | | /** 操作 */ |
| | | operateName?: string; |
| | | /** 操作内容 */ |
| | | operateContent?: string; |
| | | /** 操作人 */ |
| | | creatorName?: string; |
| | | /** 操作时间 */ |
| | | creationTime?: string; |
| | | /** 操作细节 */ |
| | | operateDetail?: string; |
| | | } |
| | | |
| | | interface OperateHistoryDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: OperateHistoryDto[]; |
| | | } |
| | | |
| | | type OperateHistoryTypeEnum = |
| | | | 10 |
| | | | 11 |
| | | | 12 |
| | | | 13 |
| | | | 14 |
| | | | 15 |
| | | | 16 |
| | | | 17 |
| | | | 18 |
| | | | 19 |
| | | | 20 |
| | | | 21 |
| | | | 22 |
| | | | 23 |
| | | | 24 |
| | | | 25 |
| | | | 26 |
| | | | 27 |
| | | | 28 |
| | | | 29 |
| | | | 30 |
| | | | 31 |
| | | | 32 |
| | | | 40 |
| | | | 42; |
| | | |
| | | interface OrderInput { |
| | | property?: string; |
| | |
| | | keyWords?: string; |
| | | } |
| | | |
| | | interface QueryOperateHistoryByTypeInput { |
| | | pageModel?: Pagination; |
| | | typeId?: string; |
| | | operateHistoryType?: OperateHistoryTypeEnum; |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | pageModel?: Pagination; |
| | | checkChannelId?: string; |