declare class EduOptDeveloperAuthAuditCmd { /** 备注 */ feature: string; /** id */ id: any; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus: string; } declare class EduOptDeveloperAuthCmd { /** 公司 */ corpName: string; /** 钉钉corp_id */ dingCorpId: string; /** 钉钉union_id */ dingUnionId: string; /** 钉钉user_id */ dingUserId: string; /** 备注 */ feature: string; /** id */ id: any; /** 名称 */ name: string; /** 昵称 */ nick: string; /** 电话 */ phone: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus: string; } declare class EduOptDeveloperAuthDTO { /** 公司 */ corpName: string; /** 钉钉corp_id */ dingCorpId: string; /** 钉钉union_id */ dingUnionId: string; /** 钉钉user_id */ dingUserId: string; /** 备注 */ feature: string; /** id */ id: any; /** 名称 */ name: string; /** 昵称 */ nick: string; /** 电话 */ phone: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus: string; } declare class EduOptDeveloperAuthEntity { /** corpName */ corpName: string; /** dingCorpId */ dingCorpId: string; /** dingUnionId */ dingUnionId: string; /** dingUserId */ dingUserId: string; /** feature */ feature: string; /** gmtCreate */ gmtCreate: string; /** gmtModified */ gmtModified: string; /** id */ id: any; /** name */ name: string; /** nick */ nick: string; /** phone */ phone: string; /** roleStatus */ roleStatus: string; } declare class EduOptDeveloperAuthQry { /** 公司 */ corpName: string; /** 钉钉corp_id */ dingCorpId: string; /** 钉钉union_id */ dingUnionId: string; /** dingUnionIds */ dingUnionIds: any[]; /** 钉钉user_id */ dingUserId: string; /** 名称 */ name: string; /** 昵称 */ nick: string; /** 当前页 */ pageIndex: any; /** 每页个数 */ pageSize: any; /** 电话 */ phone: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus: string; } declare class FaceInitResultObject { /** certifyId */ certifyId: string; /** certifyUrl */ certifyUrl: string; } declare class JSAPITokenConfiguration { /** 微应用ID */ agentId: string; /** 企业的corpid */ corpId: string; /** 自定义固定字符串。 */ nonceStr: string; /** JSAPI签名 */ signature: string; /** 生成签名的时间戳。 */ timeStamp: any; } declare class LoginByMobileCmd { /** 身份证 */ idCard: string; /** 手机号 */ mobile: string; /** 平台:dingtalk-钉钉,zlb:浙里办 */ platform: string; /** 登录短信验证码 */ smsCode: string; } declare class LoginCmd { /** appCode */ accessKey: string; /** 来源 1006运营平台、1007开发者平台、1002组织中枢、1004数据中枢、1005学在浙江app */ appId: string; /** 授权码code */ code: string; /** 企业id */ corpId: string; /** 平台:dingtalk-钉钉,zlb:浙里办 */ platform: string; /** 0企业内部应用、1第三方应用 */ type: string; } declare class LoginDTO { /** 公司id */ corpId: string; /** 公司名称 */ corpName: string; /** 魔方用户id(通用) */ cubeCommonUserId: string; /** 魔方组织id */ cubeCorpId: string; /** 魔方用户id(实名才会有) */ cubeUserId: string; /** 是否是学生 */ isStudent: boolean; /** 电话号码 */ mobile: string; /** 名字 */ name: string; /** 外部用户id */ outUserId: string; /** 平台:zlb浙里办,dingtalk钉钉 */ platform: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus: string; /** 魔方用户中心sessioid */ sessionId: string; /** session来源 */ sessionSource: string; /** 钉钉unionid */ unionid: string; /** 用户id */ userId: string; } declare class PageResponse { /** data */ data: any[]; /** empty */ empty: boolean; /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** notEmpty */ notEmpty: boolean; /** pageIndex */ pageIndex: any; /** pageSize */ pageSize: any; /** success */ success: boolean; /** totalCount */ totalCount: any; /** totalPages */ totalPages: any; } declare class Response { /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** success */ success: boolean; } declare class SingleResponse { /** data */ data: EduOptDeveloperAuthDTO; /** errCode */ errCode: string; /** errMessage */ errMessage: string; /** success */ success: boolean; } declare class SmsCaptchaCheckCmd { /** captcha */ captcha: string; /** mobile */ mobile: string; /** 短信业务场景 */ scenario: any; } declare class SmsNotificationCmd { /** mobile */ mobile: string; /** 短信业务场景 */ scenario: any; } declare class TheJSAPISignatureCommand { /** 来源 1006运营平台、1007开发者平台、1002组织中枢、1004数据中枢、1005学在浙江app */ appId: string; /** 企业ID */ corpId: string; /** 待签名URL */ signedUrl: string; } declare class UserCodeDTO { /** code */ code: string; /** cubeUserId */ cubeUserId: string; /** expireTime */ expireTime: string; /** studentUserName */ studentUserName: string; } declare class UserFaceInitRequest { /** cardNo */ cardNo: string; /** certifyId */ certifyId: string; /** metaInfo */ metaInfo: string; /** mobile */ mobile: string; /** name */ name: string; /** outUserId */ outUserId: string; /** platform */ platform: string; /** returnUrl */ returnUrl: string; } declare class UserFaceRegisterRequest { /** certifyId */ certifyId: string; } declare class UserRegisterDTO { /** cardNo */ cardNo: string; /** mobile */ mobile: string; /** name */ name: string; /** outUserId */ outUserId: string; /** platform */ platform: string; } declare class ZxmCodeRequest { /** 是否代亮码 */ represent: boolean; /** 代亮码学生用户id */ studentUserId: string; } export declare const developer: { EduOptDeveloperAuthAuditCmd: typeof EduOptDeveloperAuthAuditCmd; EduOptDeveloperAuthCmd: typeof EduOptDeveloperAuthCmd; EduOptDeveloperAuthDTO: typeof EduOptDeveloperAuthDTO; EduOptDeveloperAuthEntity: typeof EduOptDeveloperAuthEntity; EduOptDeveloperAuthQry: typeof EduOptDeveloperAuthQry; FaceInitResultObject: typeof FaceInitResultObject; JSAPITokenConfiguration: typeof JSAPITokenConfiguration; LoginByMobileCmd: typeof LoginByMobileCmd; LoginCmd: typeof LoginCmd; LoginDTO: typeof LoginDTO; PageResponse: typeof PageResponse; Response: typeof Response; SingleResponse: typeof SingleResponse; SmsCaptchaCheckCmd: typeof SmsCaptchaCheckCmd; SmsNotificationCmd: typeof SmsNotificationCmd; TheJSAPISignatureCommand: typeof TheJSAPISignatureCommand; UserCodeDTO: typeof UserCodeDTO; UserFaceInitRequest: typeof UserFaceInitRequest; UserFaceRegisterRequest: typeof UserFaceRegisterRequest; UserRegisterDTO: typeof UserRegisterDTO; ZxmCodeRequest: typeof ZxmCodeRequest; }; export {};