| | |
| | | } |
| | | |
| | | interface APIgetPersonalUserBankCardParams { |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | /** 通道 */ |
| | | access?: EnumUserBankCardAccess; |
| | | } |
| | |
| | | } |
| | | |
| | | interface APIgetPersonalUserRealResultParams { |
| | | /** 查询个人实名结果 */ |
| | | request?: GetPersonalUserRealResultQuery; |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | } |
| | | |
| | | interface APIgetPersonalUserTransactionParams { |
| | |
| | | PcWeb = 10, |
| | | /**微信小程序 */ |
| | | Wxmp = 20, |
| | | /**H5登录 */ |
| | | H5 = 30, |
| | | } |
| | | |
| | | enum EnumCodeUrlScene { |
| | |
| | | BestSign = 10, |
| | | /**支付宝信任签 */ |
| | | AlipaySign = 20, |
| | | } |
| | | |
| | | enum EnumElectronSignVerifyType { |
| | | /**短信 */ |
| | | SMS = 10, |
| | | /**人脸 */ |
| | | Face = 20, |
| | | } |
| | | |
| | | enum EnumEnterpriseCostStatus { |
| | |
| | | enum EnumOcrAccess { |
| | | /**百度 */ |
| | | Baidu = 10, |
| | | /**上上签 */ |
| | | BestSign = 20, |
| | | } |
| | | |
| | | enum EnumPagedListOrder { |
| | |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetArrangeTaskUsersQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetBankOcrCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetBankOcrCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultPersonalUserFaceRealCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: PersonalUserFaceRealCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultRechargeEnterpriseWalletCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | } |
| | | |
| | | interface GetArrangeTaskUsersQueryResultItem { |
| | | /** 任务人员Id */ |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | |
| | | /** 工作经验 */ |
| | | workExperience?: string; |
| | | arrangeStatus?: EnumTaskUserArrangeStatus; |
| | | } |
| | | |
| | | interface GetBankOcrCommand { |
| | | access?: EnumOcrAccess; |
| | | /** 场景 */ |
| | | scene?: string; |
| | | /** 链接地址 */ |
| | | url?: string; |
| | | /** 是否为云存储相对地址 */ |
| | | isOssUrl?: boolean; |
| | | } |
| | | |
| | | interface GetBankOcrCommandResult { |
| | | /** 卡号 */ |
| | | number?: string; |
| | | } |
| | | |
| | | interface GetCheckReceiveTaskQuery { |
| | |
| | | enterpriseId?: string; |
| | | /** 关键字 */ |
| | | keywords?: string; |
| | | /** 通道 */ |
| | | accesses?: EnumElectronSignAccess[]; |
| | | status?: EnumContractTemplateStatus; |
| | | /** 客户上传时间-起始 */ |
| | | createdTimeBegin?: string; |
| | |
| | | |
| | | interface GetPersonalUserBankCardQueryResult { |
| | | access?: EnumUserBankCardAccess; |
| | | /** 银行卡照片地址 */ |
| | | bankImageUrl?: string; |
| | | /** 银行卡号 */ |
| | | code?: string; |
| | | /** 所属银行 */ |
| | |
| | | signContractTime?: string; |
| | | } |
| | | |
| | | type GetPersonalUserRealResultQuery = Record<string, any>; |
| | | |
| | | interface GetPersonalUserRealResultQueryResult { |
| | | /** 用户Id */ |
| | | id?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | /** 实名时间 */ |
| | |
| | | id?: string; |
| | | /** 邀约短信编号(二选一) */ |
| | | smsCode?: string; |
| | | /** 合同模板Id(签约工具时使用) */ |
| | | contractTemplateId?: string; |
| | | /** 签约校验类型 */ |
| | | verifyTypes?: EnumElectronSignVerifyType[]; |
| | | /** 签约完成后调整地址 */ |
| | | returnUrl?: string; |
| | | } |
| | | |
| | | interface PersonalUserElectronSignCommandResult { |
| | |
| | | identityImg: string; |
| | | /** 身份证国徽面 */ |
| | | identityBackImg: string; |
| | | /** 人脸识别成功调整页面 */ |
| | | faceRealCallbackUrl?: string; |
| | | } |
| | | |
| | | interface PersonalUserFaceRealCommandResult { |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | userSignContractStatus?: EnumTaskUserSignContractStatus; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | realMethod?: EnumUserRealMethod; |
| | | realStatus?: EnumPersonalUserRealStatus; |
| | | /** 人脸识别地址 */ |
| | | faceUrl?: string; |
| | | } |
| | | |
| | | interface PersonalUserIdentity3RealCommand { |
| | |
| | | } |
| | | |
| | | interface SavePersonalUserBankCardCommand { |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | access?: EnumUserBankCardAccess; |
| | | /** 银行卡照片地址 */ |
| | | bankImageUrl?: string; |
| | | /** 银行卡号 */ |
| | | code?: string; |
| | | /** 所属银行 */ |
| | |
| | | interface SetTaskUserArrangeCommand { |
| | | /** 任务人员Id */ |
| | | id?: string; |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | | /** 灵工Id */ |
| | | enterpriseEmployeeId?: string; |
| | | arrangeStatus?: EnumTaskUserArrangeStatus; |
| | | } |
| | | |
| | |
| | | status?: EnumUserStatus; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | } |
| | | |
| | | interface TestAliPayCommand { |
| | | code?: string; |
| | | freezeNo?: string; |
| | | } |
| | | |
| | | interface UpdatePhoneNumberVerifyCodeCommand { |