| | |
| | | [key: string]: any; |
| | | } |
| | | |
| | | interface AlipayFundExpandindirectCreateCommand { |
| | | /** 产品码 */ |
| | | productCode?: string; |
| | | /** 场景码 */ |
| | | bizScene?: string; |
| | | /** 外部单号 */ |
| | | outBizNo?: string; |
| | | /** 二级商户信息-标识 */ |
| | | identity?: string; |
| | | /** 二级商户信息-标识类型 */ |
| | | identityType?: string; |
| | | /** 二级商户信息-姓名 */ |
| | | name?: string; |
| | | /** 业务类型 */ |
| | | bizType?: string; |
| | | /** 原进件单id */ |
| | | originalOrderId?: string; |
| | | /** 资金记账本的业务场景 */ |
| | | sceneCode?: string; |
| | | /** 转账场景说明 */ |
| | | sceneDirections?: string; |
| | | /** 转账场景截图 */ |
| | | sceneImage?: string; |
| | | /** 商户行业资质图片或协议文本 */ |
| | | sceneQualificationImage?: string; |
| | | sitesInfo?: AlipayFundExpandindirectCreateCommandSites; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface AlipayFundExpandindirectCreateCommandSites { |
| | | website?: string; |
| | | app?: string; |
| | | gongzh?: string; |
| | | qita?: string; |
| | | xchengxU_ZHI?: string; |
| | | } |
| | | |
| | | interface AlipayFundExpandindirectOrderCancelCommand { |
| | | /** 代进件单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | type AlipayTransferCommand = Record<string, any>; |
| | | |
| | | interface APIcheckHealthParams { |
| | | /** 健康校验 */ |
| | | request?: CheckHealthQuery; |
| | | } |
| | | |
| | | interface APIgetAlipayFundExpandindirectOrderParams { |
| | | /** 代进件单Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetAliyunOSSAcsParams { |
| | |
| | | interface APIgetEnterpriseSmsSettingParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetEnterpriseWalletParams { |
| | | /** 通道 */ |
| | | access?: EnumEnterpriseWalletAccess; |
| | | } |
| | | |
| | | interface APIgetFileUrlParams { |
| | |
| | | |
| | | type ClearTaskCollectCommand = Record<string, any>; |
| | | |
| | | interface CloseEnterpriseWalletCommand { |
| | | access?: EnumEnterpriseWalletAccess; |
| | | } |
| | | |
| | | interface CollectTaskCommand { |
| | | /** 任务Id */ |
| | | ids?: string[]; |
| | |
| | | data?: any; |
| | | } |
| | | |
| | | interface EnterpriseUserElectronSignCommand { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface EnterpriseUserElectronSignCommandResult { |
| | | /** 签署合同短链接 */ |
| | | signContractShortUrl?: string; |
| | | /** 签署合同长链接 */ |
| | | signContractLongUrl?: string; |
| | | } |
| | | |
| | | enum EnumBillingMethod { |
| | | /**按月 */ |
| | | Month = 10, |
| | |
| | | AlipaySign = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseCostStatus { |
| | | /**扣费成功 */ |
| | | Success = 10, |
| | | /**扣费失败 */ |
| | | Fail = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseCostType { |
| | | /**短信 */ |
| | | SMS = 10, |
| | | /**电子签 */ |
| | | ElectronSign = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseRealMethod { |
| | | /**企业三要素 */ |
| | | Identity3 = 10, |
| | | /**企业四要素 */ |
| | | Identity4 = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseWalletAccess { |
| | | /**支付宝 */ |
| | | Alipay = 10, |
| | | } |
| | | |
| | | enum EnumEnterpriseWalletSignStatus { |
| | | /**申请中 */ |
| | | Apply = 10, |
| | | /**已签约 */ |
| | | Normal = 100, |
| | | /**终止 */ |
| | | Stop = 999, |
| | | } |
| | | |
| | | enum EnumMenuType { |
| | |
| | | UserServerUserResume = 13, |
| | | /**企业信息 */ |
| | | UserServerEnterprise = 14, |
| | | /**企业钱包 */ |
| | | UserServerEnterpriseWallet = 15, |
| | | /**灵工信息 */ |
| | | UserServerEnterpriseEmployee = 15, |
| | | UserServerEnterpriseEmployee = 16, |
| | | /**电子签 */ |
| | | ElectronSignServerElectronSign = 16, |
| | | ElectronSignServerElectronSign = 17, |
| | | } |
| | | |
| | | enum EnumResourceMethod { |
| | |
| | | Pass = 20, |
| | | /**已拒签 */ |
| | | Refuse = 30, |
| | | /**生效中 */ |
| | | Effect = 40, |
| | | /**已终止 */ |
| | | Stop = 50, |
| | | } |
| | |
| | | errorCode?: string; |
| | | /** 数据 */ |
| | | data?: boolean; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultEnterpriseUserElectronSignCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: EnterpriseUserElectronSignCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetAlipayFundExpandindirectOrderQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetAlipayFundExpandindirectOrderQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseSmsSettingQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetEnterpriseWalletQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetEnterpriseWalletQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultOpenEnterpriseWalletCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: OpenEnterpriseWalletCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultPagedListQueryResultGetDictionaryCategoriesQueryResultItem { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultPersonalUserElectronSignCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: PersonalUserElectronSignCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultString { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface GetAlipayFundExpandindirectOrderQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 产品码 */ |
| | | productCode?: string; |
| | | /** 场景码 */ |
| | | bizScene?: string; |
| | | /** 外部单号 */ |
| | | outBizNo?: string; |
| | | /** 二级商户信息-标识 */ |
| | | identity?: string; |
| | | /** 二级商户信息-标识类型 */ |
| | | identityType?: string; |
| | | /** 二级商户信息-姓名 */ |
| | | name?: string; |
| | | /** 业务类型 */ |
| | | bizType?: string; |
| | | /** 原进件单id */ |
| | | originalOrderId?: string; |
| | | /** 资金记账本的业务场景 */ |
| | | sceneCode?: string; |
| | | /** 转账场景说明 */ |
| | | sceneDirections?: string; |
| | | /** 转账场景截图 */ |
| | | sceneImage?: string; |
| | | /** 商户行业资质图片或协议文本 */ |
| | | sceneQualificationImage?: string; |
| | | /** 商户站点信息 */ |
| | | sites?: string; |
| | | /** 进件单id */ |
| | | orderId?: string; |
| | | /** 进件单状态 |
| | | 审批中: PROCESSING |
| | | 已生效: VALID |
| | | 审批不通过: INVALID |
| | | 已废弃: DISUSE |
| | | 已撤销: REVOKED */ |
| | | status?: string; |
| | | /** 进件单任务完结时间 */ |
| | | taskFinishTime?: string; |
| | | /** 进件单审核不通过原因 */ |
| | | riskReviewRemark?: string; |
| | | } |
| | | |
| | | type GetAlipayNotifyCommand = Record<string, any>; |
| | | |
| | | type GetAliyunOSSAcsQuery = Record<string, any>; |
| | | |
| | |
| | | /** 提交Id */ |
| | | id?: string; |
| | | enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser; |
| | | /** 验收时间 */ |
| | | date?: string; |
| | | /** 提交时间 */ |
| | | createdTime?: string; |
| | | /** 验收照片 */ |
| | |
| | | interface GetCheckReceiveTaskUserSubmitsQueryResultItem { |
| | | /** 提交Id */ |
| | | id?: string; |
| | | /** 验收时间 */ |
| | | date?: string; |
| | | /** 提交时间 */ |
| | | createdTime?: string; |
| | | /** 验收照片 */ |
| | |
| | | enterpriseSignContractTime?: string; |
| | | /** 电子合同 */ |
| | | contractUrl?: string; |
| | | userSignContractStatus?: EnumTaskUserSignContractStatus; |
| | | } |
| | | |
| | | interface GetEnterpriseEmployeesQuery { |
| | |
| | | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; |
| | | /** 企业签约时间 */ |
| | | enterpriseSignContractTime?: string; |
| | | /** 电子合同 */ |
| | | contractUrl?: string; |
| | | } |
| | | |
| | | type GetEnterpriseLoginInfoQuery = Record<string, any>; |
| | |
| | | industryTypeContent?: string; |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | } |
| | | |
| | | interface GetEnterpriseWalletQueryResult { |
| | | /** 钱包Id */ |
| | | id?: string; |
| | | access?: EnumEnterpriseWalletAccess; |
| | | /** 协议号 */ |
| | | code?: string; |
| | | /** 通道协议号 */ |
| | | agreementNo?: string; |
| | | /** 协议签约时间 */ |
| | | signTime?: string; |
| | | /** 协议生效时间 */ |
| | | validTime?: string; |
| | | /** 协议失效时间 */ |
| | | invalidTime?: string; |
| | | signStatus?: EnumEnterpriseWalletSignStatus; |
| | | } |
| | | |
| | | interface GetExceptionLogsQuery { |
| | |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 手机号 */ |
| | | contactPhoneNumber?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | realMethod?: EnumUserRealMethod; |
| | |
| | | } |
| | | |
| | | interface GetPersonalUserElectronSignQueryResult { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | /** 合同编号 */ |
| | | contractCode?: string; |
| | | contractTemplateAccess?: EnumElectronSignAccess; |
| | | userSignContractStatus?: EnumTaskUserSignContractStatus; |
| | | /** 签约方信息-员工-姓名 */ |
| | | name?: string; |
| | |
| | | identityType?: string; |
| | | /** 签约方信息-员工-证件号码 */ |
| | | identity?: string; |
| | | /** 签约方信息-员工-手机号 */ |
| | | contactPhoneNumber?: string; |
| | | /** 签约方信息-员工-签约时间 */ |
| | | userSignContractTime?: string; |
| | | /** 签约方信息-公司主体-主体类型 */ |
| | |
| | | status?: EnumTaskStatus; |
| | | releaseStatus?: EnumTaskReleaseStatus; |
| | | hireStatus?: EnumTaskUserHireStatus; |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | applyButton?: GetTaskInfoQueryResultApplyButton; |
| | | hireButton?: GetTaskInfoQueryResultHireButton; |
| | | } |
| | |
| | | |
| | | interface InviteElectronSignCommand { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | ids?: string[]; |
| | | /** 合同模板Id */ |
| | | contractTemplateId?: string; |
| | | } |
| | |
| | | sessionKey?: string; |
| | | /** 是否已绑定手机号(仅用于微信小程序授权登录) */ |
| | | isBindPhoneNumber?: boolean; |
| | | } |
| | | |
| | | interface OpenEnterpriseWalletCommand { |
| | | access?: EnumEnterpriseWalletAccess; |
| | | } |
| | | |
| | | interface OpenEnterpriseWalletCommandResult { |
| | | /** 签约地址 */ |
| | | signUrl?: string; |
| | | } |
| | | |
| | | interface PagedListQueryPageModel { |
| | |
| | | password: string; |
| | | type?: EnumUserType; |
| | | clientType?: EnumClientType; |
| | | } |
| | | |
| | | interface PersonalUserElectronSignCommand { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface PersonalUserElectronSignCommandResult { |
| | | /** 签署合同短链接 */ |
| | | signContractShortUrl?: string; |
| | | /** 签署合同长链接 */ |
| | | signContractLongUrl?: string; |
| | | } |
| | | |
| | | interface PersonalUserFaceRealCommand { |
| | |
| | | password?: string; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveEnterpriseCostCommand { |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | type?: EnumEnterpriseCostType; |
| | | /** 合同模板Id */ |
| | | contractTemplateId?: string; |
| | | /** 灵工合同Id */ |
| | | enterpriseEmployeeContractId?: string; |
| | | status?: EnumEnterpriseCostStatus; |
| | | } |
| | | |
| | | interface SaveMenuButtonCommand { |
| | |
| | | clientType?: EnumClientType; |
| | | } |
| | | |
| | | interface StopElectronSignCommand { |
| | | /** 灵工Id */ |
| | | ids?: string[]; |
| | | } |
| | | |
| | | interface SubmitCheckReceiveTaskCommand { |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |