| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPayStatusByOrderNoParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetPersonalAttestationParams { |
| | | /** 用户认证Id */ |
| | | id?: string; |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetUserAccountDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetUserCanAuthProductListParams { |
| | | companyId?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetUserFollowInfoParams { |
| | | userId?: string; |
| | | } |
| | | |
| | | interface APIgetUserLifePayOrderDetailParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetUserLifePayOrderRefundParams { |
| | |
| | | currentPassword: string; |
| | | /** 短信验证码 */ |
| | | verificationCode: string; |
| | | } |
| | | |
| | | interface ChannelsBaseInput { |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | type ChargeTypeEnum = 1 | 2; |
| | |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | gasParValue?: GasParValueOutput; |
| | | gasParValue?: GasParValueOutput[]; |
| | | } |
| | | |
| | | interface GasSupportMerchantInfos { |
| | |
| | | openId?: string; |
| | | attach?: string; |
| | | payAppId?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface GetPayStatusByOrderNoInput { |
| | | checkChannelId?: string; |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeElectricData; |
| | | } |
| | | |
| | |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeGasData; |
| | | } |
| | | |
| | |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | /** 渠道名称 */ |
| | | channelName?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | |
| | | type LifePayOrderTypeEnum = 10 | 20 | 30; |
| | | |
| | | interface LifePayPhoneMesssageCodeLoginInput { |
| | | checkChannelId?: string; |
| | | /** 手机号 */ |
| | | phoneNumber: string; |
| | | } |
| | |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifePhoneData; |
| | | } |
| | | |
| | |
| | | | 30 |
| | | | 31 |
| | | | 32 |
| | | | 40; |
| | | | 40 |
| | | | 42; |
| | | |
| | | interface OrderChangedBzContentInput { |
| | | outBizNo?: string; |
| | |
| | | userId?: string; |
| | | /** 搜索关键词 */ |
| | | keyWords?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface QueryMatchMakingApplyByOrderInput { |
| | |
| | | h5Type?: string; |
| | | openId?: string; |
| | | attach?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface SetManyContractTemplateHandSignKeyInput { |
| | |
| | | staffCount?: number; |
| | | } |
| | | |
| | | interface UserAccountListOutput { |
| | | interface UserAccountOutput { |
| | | id?: string; |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 运营商 */ |
| | |
| | | isDeleted?: boolean; |
| | | } |
| | | |
| | | interface UserAccountListOutputPageOutput { |
| | | interface UserAccountOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserAccountListOutput[]; |
| | | data?: UserAccountOutput[]; |
| | | } |
| | | |
| | | interface UserAttentionsDto { |