| | |
| | | operatorToken?: string; |
| | | } |
| | | |
| | | interface CalcTaskCheckReceiveCommand { |
| | | /** 任务Id */ |
| | | taskInfoId?: string; |
| | | /** 签到时间 */ |
| | | checkInTime?: string; |
| | | /** 签出时间 */ |
| | | checkOutTime?: string; |
| | | } |
| | | |
| | | interface CalcTaskCheckReceiveCommandResult { |
| | | /** 服务费(元) */ |
| | | serviceFee?: number; |
| | | /** 超时(小时) */ |
| | | timeoutHours?: number; |
| | | /** 超时费用(元) */ |
| | | timeoutFee?: number; |
| | | } |
| | | |
| | | interface ChangePhoneNumberCommand { |
| | | /** 手机号码 */ |
| | | phoneNumber: string; |
| | |
| | | checkInTime?: string; |
| | | /** 签出时间 */ |
| | | checkOutTime?: string; |
| | | /** 服务费(元) */ |
| | | serviceFee?: number; |
| | | /** 超时(小时) */ |
| | | timeoutHours?: number; |
| | | /** 超时费用(元) */ |
| | | timeoutFee?: number; |
| | | /** 其他费用(元) */ |
| | | otherFee?: number; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 结算金额 */ |
| | | settlementAmount?: number; |
| | | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | } |
| | | |
| | |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: BuildOperatorTokenCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultCalcTaskCheckReceiveCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: CalcTaskCheckReceiveCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | access?: EnumElectronSignAccess; |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** 变量 */ |
| | | values?: GetContractTemplateQueryResultValue[]; |
| | | /** 创建操作人 */ |
| | |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | access?: EnumElectronSignAccess; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 业务编码 */ |
| | | code?: string; |
| | | /** 模板 */ |
| | |
| | | height?: number; |
| | | /** 体重 */ |
| | | weight?: number; |
| | | /** 鞋码 */ |
| | | shoeSize?: number; |
| | | /** 生活照 */ |
| | | photos?: string[]; |
| | | /** 生活照 */ |
| | |
| | | height?: number; |
| | | /** 体重 */ |
| | | weight?: number; |
| | | /** 鞋码 */ |
| | | shoeSize?: number; |
| | | /** 生活照 */ |
| | | photos?: string[]; |
| | | /** 生活照 */ |
| | |
| | | access?: EnumElectronSignAccess; |
| | | /** 模板Id */ |
| | | templateId?: string; |
| | | /** 是否自动签 */ |
| | | isAutoSign?: boolean; |
| | | /** 自动签授权书 */ |
| | | autoSignPowerAttorneyUrl?: string; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | |
| | | height?: number; |
| | | /** 体重 */ |
| | | weight?: number; |
| | | /** 鞋码 */ |
| | | shoeSize?: number; |
| | | /** 生活照 */ |
| | | photos?: string[]; |
| | | /** 个人视频 */ |