| | |
| | | jobType?: string; |
| | | } |
| | | |
| | | interface AddUpdateUserAccountInput { |
| | | id?: string; |
| | | /** 用户编号 */ |
| | | userId?: string; |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 运营商 */ |
| | | operators: string; |
| | | /** 手机号/户号 */ |
| | | content?: string; |
| | | /** 省 */ |
| | | province?: string; |
| | | /** 市 */ |
| | | city?: string; |
| | | /** 拓展字段(电费类型) */ |
| | | extraProperties?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface AddUserCertificationAuditDto { |
| | | id?: string; |
| | | auditNo?: string; |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteUserAccountParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteUserParams { |
| | | id?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetLifePayChannlesDtoParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetLifePayWxIndentityParams { |
| | | /** 用户登录凭证 */ |
| | | code?: string; |
| | |
| | | |
| | | interface APIgetParkRewardDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPayStatusByOrderNoParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetPersonalAttestationParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetUserAccountDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetUserCanAuthProductListParams { |
| | | companyId?: string; |
| | | } |
| | |
| | | |
| | | interface APIgetUserFollowInfoParams { |
| | | userId?: string; |
| | | } |
| | | |
| | | interface APIgetUserLifePayOrderDetailParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetUserLifePayOrderRefundParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetUserListByPhoneNumberParams { |
| | |
| | | interface APIsetForUserParams { |
| | | userId?: string; |
| | | permissionName?: string; |
| | | } |
| | | |
| | | interface APIsetLifePayChannelsStatusParams { |
| | | id?: string; |
| | | status?: LifePayChannelsStatsEnum; |
| | | } |
| | | |
| | | interface APIsetMessageIsReadParams { |
| | |
| | | verificationCode: string; |
| | | } |
| | | |
| | | interface ChannelsBaseInput { |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | type ChargeTypeEnum = 1 | 2; |
| | | |
| | | interface CheckBatchCreateCompanyUserInput { |
| | |
| | | /** 跟进备注 */ |
| | | remark?: string; |
| | | status?: CooperationApplyStatusEnum; |
| | | } |
| | | |
| | | interface CreateEditPayChannelsInput { |
| | | id?: string; |
| | | channlesName?: string; |
| | | channlesNum?: string; |
| | | channlesRate?: number; |
| | | switchType?: LifePaySwitchTypeEnum; |
| | | status?: LifePayChannelsStatsEnum; |
| | | channlesType?: LifePayChannlesTypeEnum; |
| | | } |
| | | |
| | | interface CreateEditPayChannelsInputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: CreateEditPayChannelsInput[]; |
| | | } |
| | | |
| | | interface CreateInformationAdvertiseInput { |
| | |
| | | interface ElectricSupportAreaChildCityListOutput { |
| | | cityName?: string; |
| | | cityParentId?: string; |
| | | ciytId?: string; |
| | | cityId?: string; |
| | | } |
| | | |
| | | interface ElectricSupportAreaListOutput { |
| | | childCityList?: ElectricSupportAreaChildCityListOutput[]; |
| | | cityName?: string; |
| | | cityParentId?: string; |
| | | ciytId?: string; |
| | | cityId?: string; |
| | | electricType?: string; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | |
| | | sign?: string; |
| | | signType?: string; |
| | | charset?: string; |
| | | } |
| | | |
| | | interface GasOrgTypeValueResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | gasSupportMerchantInfos?: GasSupportMerchantInfos[]; |
| | | } |
| | | |
| | | interface GasParValueOutput { |
| | | gasOrgName?: string; |
| | | gasOrgCode?: string; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | comments?: string; |
| | | } |
| | | |
| | | interface GasParValueResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | gasParValue?: GasParValueOutput[]; |
| | | } |
| | | |
| | | interface GasSupportMerchantInfos { |
| | | gasOrgTypeCode?: string; |
| | | gasOrgTypeName?: string; |
| | | } |
| | | |
| | | interface GeAlltCompanyUsersInput { |
| | |
| | | lifePayType?: LifePayTypeEnum; |
| | | openId?: string; |
| | | attach?: string; |
| | | payAppId?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface GetPayStatusByOrderNoInput { |
| | | checkChannelId?: string; |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | |
| | | interface LifeElectricDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeElectricData; |
| | | } |
| | | |
| | | interface LifeGasData { |
| | | /** 充值面额,单位为元。 */ |
| | | parValue: number; |
| | | /** 天然气公司类型,"zhong_ran"代表中燃燃气,"bei_jing"代表北京燃气。 */ |
| | | gasOrgType: string; |
| | | /** 燃气户号 */ |
| | | gasAccount: string; |
| | | /** 省份 */ |
| | | province: string; |
| | | /** 城市 */ |
| | | city?: string; |
| | | } |
| | | |
| | | interface LifeGasDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeGasData; |
| | | } |
| | | |
| | | type LifePayChannelsStatsEnum = 10 | 20; |
| | | |
| | | type LifePayChannlesTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayOrderListOutput { |
| | | id?: string; |
| | |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | /** 渠道名称 */ |
| | | channelName?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | |
| | | refundCredentialsImgUrl?: string; |
| | | /** 下单时间 */ |
| | | creationTime?: string; |
| | | /** 退款时间 */ |
| | | refundTime?: string; |
| | | refundApplyRemark?: string; |
| | | refundCheckRemark?: string; |
| | | acoolyOrderNo?: string; |
| | | } |
| | | |
| | | interface LifePayOrderListOutputPageOutput { |
| | |
| | | data?: LifePayOrderListOutput[]; |
| | | } |
| | | |
| | | type LifePayOrderStatusEnum = 10 | 20 | 30; |
| | | type LifePayOrderStatusEnum = 10 | 20 | 30 | 40 | 50 | 60; |
| | | |
| | | type LifePayOrderTypeEnum = 10 | 20; |
| | | type LifePayOrderTypeEnum = 10 | 20 | 30; |
| | | |
| | | interface LifePayPhoneMesssageCodeLoginInput { |
| | | checkChannelId?: string; |
| | | /** 手机号 */ |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface LifePayRateInput { |
| | | rateType?: LifePayRateTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | interface LifePayRateListOutput { |
| | | rateType?: LifePayRateTypeEnum; |
| | | rate?: number; |
| | | id?: string; |
| | | } |
| | | |
| | | type LifePayRateTypeEnum = 10 | 20; |
| | | type LifePayRateTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | type LifePayStatusEnum = 10 | 20 | 30 | 40; |
| | | |
| | | type LifePaySwitchTypeEnum = 10 | 20 | 30; |
| | | |
| | | type LifePayTypeEnum = 10 | 20; |
| | | |
| | |
| | | |
| | | interface LifePhoneDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifePhoneData; |
| | | } |
| | | |
| | |
| | | defaultValue?: any; |
| | | } |
| | | |
| | | interface ModelPayPrePayId { |
| | | prepayId?: string; |
| | | code?: string; |
| | | interface ModelPaymentMiniPay { |
| | | nonceStr?: string; |
| | | package?: string; |
| | | signType?: string; |
| | | paySign?: string; |
| | | timestamp?: string; |
| | | timeExpire?: string; |
| | | message?: string; |
| | | } |
| | | |
| | |
| | | | 30 |
| | | | 31 |
| | | | 32 |
| | | | 40; |
| | | | 40 |
| | | | 42; |
| | | |
| | | interface OrderChangedBzContentInput { |
| | | outBizNo?: string; |
| | |
| | | interface QueryLifePayOrderListInput { |
| | | pageModel?: Pagination; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | lifePayType?: LifePayTypeEnum; |
| | | /** 开始支付时间 */ |
| | | beginPayTime?: string; |
| | | /** 结束支付时间 */ |
| | |
| | | endFinishTime?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 搜索关键词 */ |
| | | keyWords?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface QueryMatchMakingApplyByOrderInput { |
| | |
| | | pageModel?: Pagination; |
| | | applyUserId?: string; |
| | | orderUserId?: string; |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | } |
| | | |
| | | interface QueryUserAccountListInput { |
| | | pageModel?: Pagination; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | } |
| | | |
| | | interface QueryUserCertificationAuditListInput { |
| | |
| | | interface RefundLifePayOrderInput { |
| | | id?: string; |
| | | refundCredentialsImgUrl?: string; |
| | | refundCheckRemark?: string; |
| | | } |
| | | |
| | | interface RefundOrderContactSignInput { |
| | |
| | | userId?: string; |
| | | /** 订单协议Id */ |
| | | orderSignId?: string; |
| | | } |
| | | |
| | | interface RefundUserLifePayOrderInput { |
| | | id?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | refundApplyRemark?: string; |
| | | } |
| | | |
| | | interface RegisterDto { |
| | |
| | | h5Type?: string; |
| | | openId?: string; |
| | | attach?: string; |
| | | checkChannelId?: string; |
| | | } |
| | | |
| | | interface SetManyContractTemplateHandSignKeyInput { |
| | |
| | | staffCount?: number; |
| | | } |
| | | |
| | | interface UserAccountOutput { |
| | | id?: string; |
| | | lifePayType?: LifePayOrderTypeEnum; |
| | | /** 运营商 */ |
| | | operators?: string; |
| | | /** 手机号/户号 */ |
| | | content?: string; |
| | | /** 省 */ |
| | | province?: string; |
| | | /** 市 */ |
| | | city?: string; |
| | | /** 拓展字段(电费类型) */ |
| | | extraProperties?: string; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 创建时间 */ |
| | | creationTime?: string; |
| | | isDeleted?: boolean; |
| | | } |
| | | |
| | | interface UserAccountOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserAccountOutput[]; |
| | | } |
| | | |
| | | interface UserAttentionsDto { |
| | | /** 产品关注数 */ |
| | | productCount?: number; |
| | |
| | | creationTime?: string; |
| | | /** 退款时间 */ |
| | | refundTime?: string; |
| | | /** 退款凭证 */ |
| | | refundCredentialsImgUrl?: string; |
| | | refundApplyRemark?: string; |
| | | refundCheckRemark?: string; |
| | | /** 渠道流水号 */ |
| | | acoolyOrderNo?: string; |
| | | } |
| | | |
| | | interface UserLifePayOrderOutputPageOutput { |
| | |
| | | data?: UserLifePayOrderOutput[]; |
| | | } |
| | | |
| | | interface UserLifePayOrderRefundOutput { |
| | | /** 订单编号 */ |
| | | id?: string; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | | /** 退款原因 */ |
| | | refundApplyRemark?: string; |
| | | /** 后台填写的驳回原因 */ |
| | | refundCheckRemark?: string; |
| | | lifePayOrderStatus?: LifePayOrderStatusEnum; |
| | | } |
| | | |
| | | interface UserListOutput { |
| | | id?: string; |
| | | /** 用户手机号 */ |