| | |
| | | |
| | | type EnumWalletSignStatus = 1 | 10 | 100 | 999; |
| | | |
| | | type EnumWalletTransactionStatus = 1 | 10 | 20 | 30 | 40 | 50; |
| | | |
| | | interface ExportBountyApplyData { |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | invoiceUrl?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | checkTime?: string; |
| | | checkUserId?: string; |
| | |
| | | parkType?: string; |
| | | amount?: number; |
| | | remainAmount?: number; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | checkStatus?: EnterpriseRechargeStatusEnum; |
| | | status?: GetEnterpriseDrawWithListOutputStatus; |
| | | checkTime?: string; |
| | | checkRemark?: string; |
| | | checkFileUrl?: string; |
| | |
| | | objectData?: any; |
| | | data?: GetEnterpriseDrawWithListOutput[]; |
| | | } |
| | | |
| | | type GetEnterpriseDrawWithListOutputStatus = 10 | 20 | 21 | 22 | 30; |
| | | |
| | | interface GetEnterpriseMonthApplyFileOutput { |
| | | id?: string; |
| | |
| | | auditRemark?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | transactionStatus?: EnumWalletTransactionStatus; |
| | | /** 订单支付时间 */ |
| | | transactionDate?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回错误代码 */ |
| | | transactionErrorCode?: string; |
| | | /** 查询到的订单状态为FAIL失败或REFUND退票时,返回具体的原因。 */ |
| | | transactionFailReason?: string; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 财务审核备注 */ |
| | | financeAuditRemark?: string; |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetSystemInfoOutput { |
| | | openTwoFactorLogin?: boolean; |
| | | } |
| | | |
| | | interface GetTagsInput { |
| | | /** 类型:0产品标签,1资讯标签,3快捷评论标签 */ |
| | | type?: number; |
| | |
| | | |
| | | interface IanaTimeZone { |
| | | timeZoneName?: string; |
| | | } |
| | | |
| | | interface IdentityModelToken { |
| | | accessToken?: string; |
| | | expiresIn?: number; |
| | | creationTime?: string; |
| | | refreshToken?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | } |
| | | |
| | | interface IdentityModelTokenCacheItem { |
| | |
| | | |
| | | type TransferToStatusEnum = 1 | 2; |
| | | |
| | | interface TwoFactorLoginPasswordInput { |
| | | clientId?: string; |
| | | /** 登录名 */ |
| | | loginName: string; |
| | | /** 登录密码 */ |
| | | password: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginPasswordOutput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | /** 手机号 */ |
| | | phoneNumber?: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginSendVerificationCodeInput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | } |
| | | |
| | | interface TwoFactorLoginSmsInput { |
| | | /** 登录密钥 */ |
| | | loginKey?: string; |
| | | /** 验证码 */ |
| | | code?: string; |
| | | } |
| | | |
| | | interface TypeApiDescriptionModel { |
| | | baseType?: string; |
| | | isEnum?: boolean; |
| | |
| | | iv: string; |
| | | /** 获取会话密钥 */ |
| | | sessionKey: string; |
| | | /** 鉴权 */ |
| | | sign?: string; |
| | | /** 小程序OpenId */ |
| | | openId: string; |
| | | wxMiniApp?: WxMiniAppEnum; |
| | |
| | | iv: string; |
| | | /** 获取会话密钥 */ |
| | | sessionKey: string; |
| | | /** 鉴权 */ |
| | | sign?: string; |
| | | /** 小程序OpenId */ |
| | | openId: string; |
| | | wxMiniApp?: WxMiniAppEnum; |