| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPayStatusByOrderNoParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetPersonalAttestationParams { |
| | | /** 用户认证Id */ |
| | | id?: string; |
| | |
| | | |
| | | interface APItencentUserEnableOrForbidParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APItestAliRechargeNotifyParams { |
| | | outTradeNo?: string; |
| | | tradeNo?: string; |
| | | success?: boolean; |
| | | } |
| | | |
| | | interface APItestCallBackParams { |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateLifePayOrderOutput { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface CreateOrEditAdvertiseBoardInput { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | interface ElectricParValueOutput { |
| | | electricType?: string; |
| | | areaName?: string; |
| | | parValue?: number; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | comments?: string; |
| | | } |
| | | |
| | | interface ElectricParValueResponse { |
| | | success?: string; |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | electricParValue?: ElectricParValueOutput; |
| | | electricParValue?: ElectricParValueOutput[]; |
| | | } |
| | | |
| | | interface EnableSearchSettingInput { |
| | |
| | | |
| | | interface LifeElectricDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | productData?: LifeElectricData; |
| | | } |
| | | |
| | | interface LifePayOrderListOutput { |
| | | id?: string; |
| | | userId?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | | /** 充值金额 */ |
| | | rechargeAmount?: number; |
| | | /** 优惠金额 */ |
| | | discountAmount?: number; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | payStatus?: LifePayStatusEnum; |
| | | /** 外部订单号 */ |
| | | outOrderNo?: string; |
| | | lifePayOrderStatus?: LifePayOrderStatusEnum; |
| | | /** 完成时间 */ |
| | | finishTime?: string; |
| | | /** 退款凭证 */ |
| | | refundCredentialsImgUrl?: string; |
| | | /** 下单时间 */ |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface LifePayOrderListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LifePayOrderListOutput[]; |
| | | } |
| | | |
| | | type LifePayOrderStatusEnum = 10 | 20 | 30; |
| | | |
| | | type LifePayOrderTypeEnum = 10 | 20; |
| | | |
| | | interface LifePayRateListOutput { |
| | | rateType?: LifePayRateTypeEnum; |
| | | rate?: number; |
| | | } |
| | | |
| | | type LifePayRateTypeEnum = 10 | 20; |
| | | |
| | | type LifePayStatusEnum = 10 | 20 | 30 | 40; |
| | | |
| | | type LifePayTypeEnum = 10 | 20; |
| | | |
| | |
| | | parValue: number; |
| | | /** 手机号。 */ |
| | | phone: string; |
| | | /** 机主名称(电信手机号必填) */ |
| | | name?: string; |
| | | } |
| | | |
| | | interface LifePhoneDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | productData?: LifePhoneData; |
| | | } |
| | | |
| | |
| | | | 29 |
| | | | 30 |
| | | | 31 |
| | | | 32; |
| | | | 32 |
| | | | 40; |
| | | |
| | | interface OrderChangedBzContentInput { |
| | | outBizNo?: string; |
| | |
| | | interface PhoneParValueOutput { |
| | | ispCode?: string; |
| | | ispName?: string; |
| | | parValue?: number; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | phoneSection?: string; |
| | | comments?: string; |
| | | } |
| | | |
| | | interface PhoneParValueResponse { |
| | | success?: string; |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | phoneParValue?: PhoneParValueOutput; |
| | | phoneParValue?: PhoneParValueOutput[]; |
| | | } |
| | | |
| | | interface PhoneToken { |
| | |
| | | docId?: string; |
| | | } |
| | | |
| | | interface QueryLifePayOrderListInput { |
| | | pageModel?: Pagination; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 开始支付时间 */ |
| | | beginPayTime?: string; |
| | | /** 结束支付时间 */ |
| | | endPayTime?: string; |
| | | payStatus?: LifePayStatusEnum; |
| | | lifePayOrderStatus?: LifePayOrderStatusEnum; |
| | | /** 开始完成时间 */ |
| | | beginFinishTime?: string; |
| | | /** 结束完成时间 */ |
| | | endFinishTime?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | } |
| | | |
| | | interface QueryMatchMakingApplyByOrderInput { |
| | | pageModel?: Pagination; |
| | | orderId?: string; |
| | |
| | | refundDealRemark?: string; |
| | | /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ |
| | | status?: number; |
| | | } |
| | | |
| | | interface RefundLifePayOrderInput { |
| | | id?: string; |
| | | refundCredentialsImgUrl?: string; |
| | | } |
| | | |
| | | interface RefundOrderContactSignInput { |
| | |
| | | |
| | | interface SetInsureSettingPriceInput { |
| | | prices?: InsurePriceModel[]; |
| | | } |
| | | |
| | | interface SetLifePayOrderPayTypeInput { |
| | | orderNo: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | } |
| | | |
| | | interface SetManyContractTemplateHandSignKeyInput { |
| | |
| | | certificationChannel?: UserCertificationChannelEnum; |
| | | } |
| | | |
| | | interface UserLifePayOrderOutput { |
| | | id?: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | | /** 订单号 */ |
| | | orderNo?: string; |
| | | /** 充值金额 */ |
| | | rechargeAmount?: number; |
| | | /** 优惠金额 */ |
| | | discountAmount?: number; |
| | | /** 实付金额 */ |
| | | payAmount?: number; |
| | | /** 支付时间 */ |
| | | payTime?: string; |
| | | payStatus?: LifePayStatusEnum; |
| | | lifePayOrderStatus?: LifePayOrderStatusEnum; |
| | | /** 完成时间 */ |
| | | finishTime?: string; |
| | | /** 订单详细数据 */ |
| | | orderParamDetailJsonStr?: string; |
| | | } |
| | | |
| | | interface UserLifePayOrderOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserLifePayOrderOutput[]; |
| | | } |
| | | |
| | | interface UserListOutput { |
| | | id?: string; |
| | | /** 用户手机号 */ |
| | | phoneNumber?: string; |
| | | lastLoginTime?: string; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface UserListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: UserListOutput[]; |
| | | } |
| | | |
| | | interface UserMessageInfo { |
| | | /** 消息Id */ |
| | | id?: string; |