| | |
| | | Wxmp = 20, |
| | | /**H5登录 */ |
| | | H5 = 30, |
| | | /**接口 */ |
| | | Api = 40, |
| | | } |
| | | |
| | | enum EnumCodeUrlScene { |
| | |
| | | UserServerEnterpriseEmployee = 19, |
| | | /**电子签 */ |
| | | ElectronSignServerElectronSign = 20, |
| | | /**电子签 */ |
| | | ToolServerSms = 21, |
| | | } |
| | | |
| | | enum EnumResourceMethod { |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultIActionResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: IActionResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultImportEnterpriseEmployeesCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: RechargeEnterpriseWalletCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultSmsAliyunNotifyCommandResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: SmsAliyunNotifyCommandResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | |
| | | isDisabled?: boolean; |
| | | /** 排序 */ |
| | | sort?: number; |
| | | /** 签名名称 */ |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetTaskEnterpriseQueryResult { |
| | |
| | | workExperience?: string; |
| | | } |
| | | |
| | | type IActionResult = Record<string, any>; |
| | | |
| | | interface ImportEnterpriseEmployeesCommand { |
| | | /** Excel地址 */ |
| | | excelUrl?: string; |
| | |
| | | isDisabled?: boolean; |
| | | /** 排序 */ |
| | | sort?: number; |
| | | /** 签名名称 */ |
| | | signName?: string; |
| | | } |
| | | |
| | | interface SaveTaskInfoCommand { |
| | |
| | | status?: EnumUserStatus; |
| | | } |
| | | |
| | | interface SmsAliyunNotifyCommandItem { |
| | | /** 转发给运营商的时间。 */ |
| | | send_time?: string; |
| | | /** 收到运营商回执的时间。 */ |
| | | report_time?: string; |
| | | /** 是否发送成功。 */ |
| | | success?: boolean; |
| | | /** 错误码信息描述。 */ |
| | | err_msg?: string; |
| | | /** 错误码。 */ |
| | | err_code?: string; |
| | | /** 短信接收号码。 */ |
| | | phone_number?: string; |
| | | /** 短信长度。 */ |
| | | sms_size?: string; |
| | | /** 发送回执ID,即发送流水号。 */ |
| | | biz_id?: string; |
| | | /** 调用发送短信SendSms接口时传的outId。 */ |
| | | out_id?: string; |
| | | } |
| | | |
| | | interface SmsAliyunNotifyCommandResult { |
| | | /** 回调码 */ |
| | | code?: number; |
| | | /** 消息 */ |
| | | msg?: string; |
| | | } |
| | | |
| | | interface SmsChengLiYeNotifyCommand { |
| | | /** 状态码 */ |
| | | resultCode?: string; |
| | | /** 状态码 */ |
| | | msgReports?: SmsChengLiYeNotifyCommandMsgReport[]; |
| | | } |
| | | |
| | | interface SmsChengLiYeNotifyCommandMsgReport { |
| | | /** 用户名。提交时的用户名 */ |
| | | userName?: string; |
| | | /** 提交返回的msgid */ |
| | | msgid?: number; |
| | | /** 提交返回的seqid */ |
| | | seqid?: string; |
| | | /** 手机号码 */ |
| | | mobile?: string; |
| | | /** 手机号码发送状态码 */ |
| | | status?: string; |
| | | /** 状态码描述 */ |
| | | statusDes?: string; |
| | | /** 报告返回时间 */ |
| | | doneTime?: string; |
| | | } |
| | | |
| | | interface SmsLoginCommand { |
| | | /** 手机号码 */ |
| | | phoneNumber?: string; |
| | |
| | | remark?: string; |
| | | } |
| | | |
| | | type TestWeChatPayCommand = Record<string, any>; |
| | | |
| | | interface UpdatePhoneNumberVerifyCodeCommand { |
| | | /** 手机号码 */ |
| | | phoneNumber: string; |