| | |
| | | parentId?: string; |
| | | } |
| | | |
| | | interface AddSystemTemplateDataParamSettingInput { |
| | | /** 数据参数名称 */ |
| | | dataParamName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 数据参数默认值 */ |
| | | dataParamDefaultValue?: string; |
| | | /** 是否 不是数值参数,即无需值 */ |
| | | isNotValueParam?: boolean; |
| | | } |
| | | |
| | | interface AddTradeChatRecordInput { |
| | | /** 用户id */ |
| | | applyUserId?: string; |
| | |
| | | bussinessCode?: string; |
| | | /** 模板名称 */ |
| | | name?: string; |
| | | signChannel?: SignChannelEnum; |
| | | /** 模板编辑数据 */ |
| | | templateEditData?: string; |
| | | } |
| | | |
| | | interface AddUpdateCustomerInput { |
| | |
| | | prices?: PeriodPriceInfo[]; |
| | | } |
| | | |
| | | interface AlipayEcsignNotifyInput { |
| | | /** 签约订单号 */ |
| | | signOrderNo?: string; |
| | | /** 发起签约的业务流水号 */ |
| | | outOrderNo?: string; |
| | | /** 订单状态:INIT-初始化,FAIL-签约失败,SUCCESS-签约成功 */ |
| | | orderStatus?: string; |
| | | /** 签约方案码 */ |
| | | solutionCode?: string; |
| | | /** 创建时间 */ |
| | | gmtCreate?: string; |
| | | /** 更新时间 */ |
| | | gmtModified?: string; |
| | | } |
| | | |
| | | interface AlipayFundTransPagePayResponse { |
| | | body?: string; |
| | | } |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteLgGigWorkerSignChannelSettingParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteLgGigWorkerSignFreeSettingParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteLgGigWorkerSignSettingParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteLgGigWorkerUserParams { |
| | | id?: string; |
| | | } |
| | |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateListParams { |
| | | customerId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerTemplateParamListByTemplateIdParams { |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetDefaultConnectionStringParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetPayStatusByOrderNoParams { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface APIgetPersonalAttestationParams { |
| | | /** 用户认证Id */ |
| | | id?: string; |
| | |
| | | userId?: string; |
| | | } |
| | | |
| | | interface APIgetSignChannelByBussinessCodeParams { |
| | | bussinessCode?: string; |
| | | } |
| | | |
| | | interface APIgetSignChannelBySignIdParams { |
| | | signId?: string; |
| | | } |
| | | |
| | | interface APIgetSignContractToOrderDtoParams { |
| | | /** 订单签约Id */ |
| | | orderSignId?: string; |
| | | /** 查询类型 10甲方 20乙方 */ |
| | | searchType?: number; |
| | | } |
| | | |
| | | interface APIgetSignSettingByChannleParams { |
| | | signChannel?: SignChannelEnum; |
| | | } |
| | | |
| | | interface APIgetStaffByIdNumParams { |
| | |
| | | id?: string; |
| | | } |
| | | |
| | | interface APItestAliRechargeNotifyParams { |
| | | outTradeNo?: string; |
| | | tradeNo?: string; |
| | | success?: boolean; |
| | | } |
| | | |
| | | interface APItestCallBackParams { |
| | | type?: number; |
| | | } |
| | |
| | | payType?: PayTypeEnum; |
| | | outTradeNo?: string; |
| | | transactionId?: string; |
| | | } |
| | | |
| | | interface APItestQRCodePayParams { |
| | | payType?: PayTypeEnum; |
| | | outTradeNo?: string; |
| | | description?: string; |
| | | amount?: number; |
| | | } |
| | | |
| | | interface APItestRetturnResultParams { |
| | |
| | | /** 短信验证码 */ |
| | | verificationCode: string; |
| | | } |
| | | |
| | | type ChargeTypeEnum = 1 | 2; |
| | | |
| | | interface CheckBatchCreateCompanyUserInput { |
| | | enterpriseName?: string; |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateLifePayOrderOutput { |
| | | orderNo?: string; |
| | | } |
| | | |
| | | interface CreateOrEditAdvertiseBoardInput { |
| | | /** Id */ |
| | | id?: string; |
| | |
| | | attachment?: string; |
| | | /** 状态 */ |
| | | status?: number; |
| | | } |
| | | |
| | | interface CreateOrEditLgGigWorkerSignChannelSettingInput { |
| | | id?: string; |
| | | /** 通道名称 */ |
| | | channelName?: string; |
| | | /** 签约通道Id */ |
| | | signChannelId?: string; |
| | | /** 渠道Id */ |
| | | channelIntId?: number; |
| | | /** 渠道URL */ |
| | | channelUrl?: string; |
| | | chargeType?: ChargeTypeEnum; |
| | | /** 实名认证费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 统一签约费用 */ |
| | | mergeSignCost?: number; |
| | | /** 上上签是否配置 */ |
| | | isSetBestSign?: boolean; |
| | | /** 阿里信任签配置 */ |
| | | isSetAlipaySign?: boolean; |
| | | } |
| | | |
| | | interface CreateOrEditLgGigWorkerSignFreeSettingInput { |
| | | id?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | signChannelId?: string; |
| | | /** 赠送条数 */ |
| | | freeCount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface CreateOrEditLgGigWorkerSignSettingInput { |
| | | id?: string; |
| | | /** 名称 */ |
| | | name?: string; |
| | | signChannel?: SignChannelEnum; |
| | | /** 实名认证费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 统一签约费用 */ |
| | | mergeSignCost?: number; |
| | | chargeType?: ChargeTypeEnum; |
| | | status?: LgGigWorkerSignStatus; |
| | | settingStatus?: LgGigWorkerSignSettingStatus; |
| | | } |
| | | |
| | | interface CreateOrEditMarketProductInput { |
| | |
| | | userServiceStaffName?: string; |
| | | /** 是否奖励金发放 */ |
| | | isIncentivePayments?: boolean; |
| | | /** 电子签赠送 */ |
| | | isSignFreeSet?: boolean; |
| | | /** 注册时间 */ |
| | | registTime?: string; |
| | | } |
| | |
| | | pageModel?: Pagination; |
| | | /** 昵称 */ |
| | | customerId?: string; |
| | | } |
| | | |
| | | interface CustomerTemplateParamListOutput { |
| | | id?: string; |
| | | /** 模板id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | | /** 数据参数字典id */ |
| | | templateDataParamId?: string; |
| | | /** 模板参数名称 */ |
| | | templateParamName?: string; |
| | | /** 数据名称 */ |
| | | dataParamName?: string; |
| | | /** 模板参数字段名称 */ |
| | | templateParamFieldName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 模板参数值 仅无数据参数时存在值 */ |
| | | templateParamValue?: string; |
| | | /** 模板参数额外数据 */ |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface DataprepareCreateExtInfo { |
| | |
| | | randomPwd?: string; |
| | | } |
| | | |
| | | interface ElectricParValueOutput { |
| | | electricType?: string; |
| | | areaName?: string; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | comments?: string; |
| | | } |
| | | |
| | | interface ElectricParValueResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | electricParValue?: ElectricParValueOutput[]; |
| | | } |
| | | |
| | | interface EnableSearchSettingInput { |
| | | id: string; |
| | | status: boolean; |
| | |
| | | accountRemainAmount?: number; |
| | | yesterdayFee?: number; |
| | | oneWeekFee?: number; |
| | | freeCount?: number; |
| | | } |
| | | |
| | | interface EnterpriseBatchRefundInput { |
| | |
| | | templateStatus?: boolean; |
| | | /** 用户id */ |
| | | companyId?: string; |
| | | /** 是否有待制版 */ |
| | | hasPendingPlateMaking?: boolean; |
| | | } |
| | | |
| | | interface GetCustomerListOutput { |
| | |
| | | contactPhone?: string; |
| | | /** 合同数量 */ |
| | | contractCount?: number; |
| | | /** 待制版数 */ |
| | | pendingPlateMakingCount?: number; |
| | | /** 平台用户Id */ |
| | | companyId?: string; |
| | | /** 平台用户名称 */ |
| | |
| | | queryCondition?: string; |
| | | } |
| | | |
| | | interface GetCustomerTemplateDetailOutput { |
| | | id?: string; |
| | | templateId?: string; |
| | | templateUrl?: string; |
| | | name?: string; |
| | | bussinessCode?: string; |
| | | creationTime?: string; |
| | | signChannel?: SignChannelEnum; |
| | | /** 模板编辑数据 */ |
| | | templateEditData?: string; |
| | | /** 模板渲染json数据 */ |
| | | templateJsonData?: string; |
| | | creatorId?: string; |
| | | /** 是否可以编辑名称 */ |
| | | isCanEditName?: boolean; |
| | | } |
| | | |
| | | interface GetCustomerTemplateListOutput { |
| | | id?: string; |
| | | templateId?: string; |
| | |
| | | name?: string; |
| | | bussinessCode?: string; |
| | | creationTime?: string; |
| | | signPluginType?: SignChannelEnum; |
| | | signChannel?: SignChannelEnum; |
| | | status?: LgGigWorkerCustomerTemplateStatusEnum; |
| | | /** 制版时间 */ |
| | | platedTime?: string; |
| | | /** 操作人 */ |
| | | operator?: string; |
| | | } |
| | | |
| | | interface GetEnterpriseCredentialDataResponse { |
| | |
| | | creationTimeEnd?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface GetGigWorkerSignChannelSettingInput { |
| | | pageModel?: Pagination; |
| | | channelName?: string; |
| | | settingStatus?: LgGigWorkerSignChannelSettingStatus; |
| | | } |
| | | |
| | | interface GetGigWorkerSignFreeSettingInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名称/更新人/账号 */ |
| | | searchKeyWord?: string; |
| | | /** 开始月份范围 */ |
| | | startMonth?: string; |
| | | /** 结束月份范围 */ |
| | | endMonth?: string; |
| | | } |
| | | |
| | | interface GetGigWorkerSignSettingInput { |
| | | pageModel?: Pagination; |
| | | signName?: string; |
| | | status?: LgGigWorkerSignStatus; |
| | | settingStatus?: LgGigWorkerSignSettingStatus; |
| | | } |
| | | |
| | | interface GetHeadlineInformationInput { |
| | |
| | | |
| | | interface GetLgGigWorkerContractUrlOutput { |
| | | contractUrl?: string; |
| | | signChannel?: SignChannelEnum; |
| | | } |
| | | |
| | | interface GetLgGigWorkUserInput { |
| | |
| | | regiterTimeBegin?: string; |
| | | /** 登记时间结束 */ |
| | | regiterTimeEnd?: string; |
| | | regiterStatus?: boolean; |
| | | /** 签约时间开始时间 */ |
| | | signTimeBegin?: string; |
| | | /** 签约时间结束时间 */ |
| | |
| | | name?: string; |
| | | /** 短信类型 10三要素认证 */ |
| | | verifyType?: number; |
| | | /** 电话号码 */ |
| | | phone?: string; |
| | | /** 费用 */ |
| | | cost?: number; |
| | | } |
| | |
| | | verifyType?: number; |
| | | /** 费用 */ |
| | | cost?: number; |
| | | /** 电话号码 */ |
| | | phone?: string; |
| | | } |
| | | |
| | | interface GetSignRealNameCostListOutputPageOutput { |
| | |
| | | realSignCount?: number; |
| | | } |
| | | |
| | | type LgGigWorkerCustomerTemplateStatusEnum = 10 | 20; |
| | | |
| | | type LgGigWorkerRechargeStatusEnum = 10 | 30 | 40; |
| | | |
| | | interface LgGigWorkerRegisterInput { |
| | |
| | | contractTemplateId?: string; |
| | | } |
| | | |
| | | interface LgGigWorkerSignChannelDto { |
| | | /** 电子签名称 */ |
| | | signName?: string; |
| | | /** 渠道Id */ |
| | | signChannelId?: string; |
| | | signChannel?: SignChannelEnum; |
| | | } |
| | | |
| | | interface LgGigWorkerSignChannelSettingDto { |
| | | id?: string; |
| | | /** 通道名称 */ |
| | | channelName?: string; |
| | | /** 签约通道Id */ |
| | | signChannelId?: string; |
| | | /** 渠道Id */ |
| | | channelIntId?: number; |
| | | /** 渠道URL */ |
| | | channelUrl?: string; |
| | | chargeType?: ChargeTypeEnum; |
| | | /** 实名认证费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 统一签约费用 */ |
| | | mergeSignCost?: number; |
| | | /** 上上签是否配置 */ |
| | | isSetBestSign?: boolean; |
| | | /** 阿里信任签配置 */ |
| | | isSetAlipaySign?: boolean; |
| | | settingStatus?: LgGigWorkerSignChannelSettingStatus; |
| | | } |
| | | |
| | | interface LgGigWorkerSignChannelSettingDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LgGigWorkerSignChannelSettingDto[]; |
| | | } |
| | | |
| | | type LgGigWorkerSignChannelSettingStatus = 10 | -10; |
| | | |
| | | interface LgGigWorkerSignFreeSettingDto { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 电子签渠道Id */ |
| | | signChannelId?: string; |
| | | /** 电子签渠道名称 */ |
| | | signName?: string; |
| | | /** 赠送条数 */ |
| | | freeCount?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | id?: string; |
| | | creationTime?: string; |
| | | lastModificationTime?: string; |
| | | lastModifierName?: string; |
| | | lastModifierId?: string; |
| | | /** 产业园区名称 */ |
| | | industrialParkName?: string; |
| | | /** 产业园区Id */ |
| | | industrialParkId?: string; |
| | | /** 账号 */ |
| | | userName?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | } |
| | | |
| | | interface LgGigWorkerSignFreeSettingDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LgGigWorkerSignFreeSettingDto[]; |
| | | } |
| | | |
| | | interface LgGigWorkerSignOptions { |
| | | accountName?: string; |
| | | accountNo?: string; |
| | | bankName?: string; |
| | | remark?: string; |
| | | } |
| | | |
| | | interface LgGigWorkerSignSettingDto { |
| | | id?: string; |
| | | /** 电子签名称 */ |
| | | name?: string; |
| | | signChannel?: SignChannelEnum; |
| | | /** 实名认证费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 统一签约费用 */ |
| | | mergeSignCost?: number; |
| | | chargeType?: ChargeTypeEnum; |
| | | status?: LgGigWorkerSignStatus; |
| | | settingStatus?: LgGigWorkerSignSettingStatus; |
| | | } |
| | | |
| | | interface LgGigWorkerSignSettingDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: LgGigWorkerSignSettingDto[]; |
| | | } |
| | | |
| | | type LgGigWorkerSignSettingStatus = 10 | -10; |
| | | |
| | | type LgGigWorkerSignStatus = 10 | -10; |
| | | |
| | | interface LgGigWorkerUserImport { |
| | | /** 用户Id */ |
| | |
| | | enterSignStatus?: LgGigUserSignEnum; |
| | | /** 企业签约时间 */ |
| | | enterSignTime?: string; |
| | | regiterStatus?: boolean; |
| | | signChannel?: SignChannelEnum; |
| | | } |
| | | |
| | | interface LgGigWorkUserOutputPageOutput { |
| | |
| | | registerMoney?: string; |
| | | businessRange?: string; |
| | | legalPerson?: string; |
| | | } |
| | | |
| | | interface LifeElectricData { |
| | | /** 充值面额,单位为元。 */ |
| | | parValue: number; |
| | | /** 电网类型,例如:"guowang"代表国家电网,"nanwang"代表南方电网。 */ |
| | | electricType: string; |
| | | /** 电费类型,国网必传:住宅、企事业、店铺三个选项。 */ |
| | | electricAccountType: string; |
| | | /** 电费户号。 */ |
| | | electricAccount: string; |
| | | /** 省份。 */ |
| | | province: string; |
| | | /** 城市。 */ |
| | | city: string; |
| | | /** 客户身份证后6位,南网必传。 */ |
| | | sixID?: string; |
| | | } |
| | | |
| | | interface LifeElectricDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | 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; |
| | | |
| | | interface LifePhoneData { |
| | | /** 运营商编码,例如:"yidong", "dianxin", "liantong"。 */ |
| | | ispCode: string; |
| | | /** 充值面额,单位为元。测试账户:parValue=100:缴费成功,parValue>100:缴费失败。 */ |
| | | parValue: number; |
| | | /** 手机号。 */ |
| | | phone: string; |
| | | /** 机主名称(电信手机号必填) */ |
| | | name?: string; |
| | | } |
| | | |
| | | interface LifePhoneDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | productData?: LifePhoneData; |
| | | } |
| | | |
| | | interface LikeFavoriteMessageInfo { |
| | |
| | | | 28 |
| | | | 29 |
| | | | 30 |
| | | | 31; |
| | | | 31 |
| | | | 32 |
| | | | 40; |
| | | |
| | | interface OrderChangedBzContentInput { |
| | | outBizNo?: string; |
| | |
| | | credential?: PersonalUserRegCredentialInput; |
| | | } |
| | | |
| | | type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 920; |
| | | type PhoneMessageBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 920; |
| | | |
| | | type PhoneMessageStatusEnum = 1 | 2 | 3; |
| | | |
| | |
| | | phoneNumber: string; |
| | | /** 验证码 */ |
| | | code: string; |
| | | } |
| | | |
| | | interface PhoneParValueOutput { |
| | | ispCode?: string; |
| | | ispName?: string; |
| | | parValue?: string[]; |
| | | rate?: number; |
| | | phoneSection?: string; |
| | | comments?: string; |
| | | } |
| | | |
| | | interface PhoneParValueResponse { |
| | | success?: boolean; |
| | | requestNo?: string; |
| | | partnerId?: string; |
| | | service?: string; |
| | | version?: string; |
| | | protocol?: string; |
| | | context?: string; |
| | | ext?: any; |
| | | code?: string; |
| | | message?: string; |
| | | detail?: string; |
| | | phoneParValue?: PhoneParValueOutput[]; |
| | | } |
| | | |
| | | interface PhoneToken { |
| | |
| | | userId?: string; |
| | | } |
| | | |
| | | interface QueryCustomerTemplateListInput { |
| | | customerId?: string; |
| | | searchKey?: string; |
| | | status?: LgGigWorkerCustomerTemplateStatusEnum; |
| | | /** 开始制版时间 */ |
| | | beginPlatedTime?: string; |
| | | /** 结束制版时间 */ |
| | | endPlatedTime?: string; |
| | | /** 开始制上传时间 */ |
| | | beginCreationTime?: string; |
| | | /** 结束上传时间 */ |
| | | endCreationTime?: string; |
| | | } |
| | | |
| | | interface QueryEnterpriseMaterialDetailInput { |
| | | id?: string; |
| | | userId?: string; |
| | |
| | | returnBeginNo?: string; |
| | | returnCount?: string; |
| | | 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 { |
| | |
| | | |
| | | interface RecordUserSignInput { |
| | | lgGigWorkerId?: string; |
| | | signChannel?: SignChannelEnum; |
| | | userType?: string; |
| | | signCostType?: number; |
| | | messageChannel?: number; |
| | |
| | | refundDealRemark?: string; |
| | | /** 状态:0待确认验收,10待评价,20交易完成,-10申请退款,-20退款成功,-30申请退款驳回 */ |
| | | status?: number; |
| | | } |
| | | |
| | | interface RefundLifePayOrderInput { |
| | | id?: string; |
| | | refundCredentialsImgUrl?: string; |
| | | } |
| | | |
| | | interface RefundOrderContactSignInput { |
| | |
| | | receiptName?: string; |
| | | } |
| | | |
| | | interface SaveCustomerTemplateParamInput { |
| | | /** 模板id */ |
| | | lgGigWorkerCustomerTemplateId?: string; |
| | | /** 模板渲染json数据 */ |
| | | templateJsonData?: string; |
| | | /** 参数列表 */ |
| | | paramList?: SaveCustomerTemplateParamItem[]; |
| | | } |
| | | |
| | | interface SaveCustomerTemplateParamItem { |
| | | /** 数据参数字典id */ |
| | | templateDataParamId?: string; |
| | | /** 模板参数名称 */ |
| | | templateParamName?: string; |
| | | /** 数据名称 */ |
| | | dataParamName?: string; |
| | | /** 模板参数字段名称 */ |
| | | templateParamFieldName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 模板参数值 仅无数据参数时存在值 */ |
| | | templateParamValue?: string; |
| | | /** 模板参数额外数据 */ |
| | | templateParamExtraData?: string; |
| | | } |
| | | |
| | | interface SaveWalletPayChannelFeeSettingInput { |
| | | /** 通道id */ |
| | | walletPayChannelId?: string; |
| | |
| | | prices?: InsurePriceModel[]; |
| | | } |
| | | |
| | | interface SetLifePayOrderPayTypeInput { |
| | | orderNo: string; |
| | | lifePayType?: LifePayTypeEnum; |
| | | } |
| | | |
| | | interface SetManyContractTemplateHandSignKeyInput { |
| | | contractTemplateId?: string; |
| | | listKey?: string[]; |
| | |
| | | interface SetRoleUserInput { |
| | | userId?: string[]; |
| | | roleId?: string; |
| | | } |
| | | |
| | | interface SetSignChannelStatusInput { |
| | | id?: string; |
| | | /** 上上签是否配置 */ |
| | | isSetBestSign?: boolean; |
| | | /** 阿里信任签配置 */ |
| | | isSetAlipaySign?: boolean; |
| | | } |
| | | |
| | | interface SetSignStatusInput { |
| | | id?: string; |
| | | status?: LgGigWorkerSignStatus; |
| | | } |
| | | |
| | | interface SetStatusInput { |
| | |
| | | /** 认证结果 */ |
| | | verifyResult?: string; |
| | | } |
| | | |
| | | type SignChannelEnum = 10 | 20; |
| | | |
| | | interface SignInfo { |
| | | signUrl?: string; |
| | |
| | | } |
| | | |
| | | type SystemNoticeStatusEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface SystemTemplateDataParamSettingOutput { |
| | | id?: string; |
| | | /** 数据参数名称 */ |
| | | dataParamName?: string; |
| | | /** 数据参数字段名称 */ |
| | | dataParamNameFieldName?: string; |
| | | /** 数据参数默认值 */ |
| | | dataParamDefaultValue?: string; |
| | | } |
| | | |
| | | interface TagDto { |
| | | /** 标签Id */ |
| | |
| | | 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; |
| | | /** 下单时间 */ |
| | | creationTime?: 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; |
| | |
| | | | 51 |
| | | | 60 |
| | | | 70 |
| | | | 80 |
| | | | 900 |
| | | | 910 |
| | | | 920; |
| | |
| | | timeZoneId?: string; |
| | | } |
| | | |
| | | type WxMiniAppEnum = 10 | 20; |
| | | type WxMiniAppEnum = 10 | 20 | 30; |
| | | |
| | | interface WxMiniAppIndentityInfo { |
| | | /** 会话密钥 */ |
| | |
| | | openId?: string; |
| | | /** 用户名(该值为空则需手机授权登录,不为空则已有该小程序用户) */ |
| | | userName?: string; |
| | | unionId?: string; |
| | | } |
| | | |
| | | interface WxMiniAppLoginInfo { |