type ObjectMap = { [key in Key]: Value; } declare namespace defs { export namespace developer { export class EduOptDeveloperAuthAuditCmd { /** 备注 */ feature?: string; /** id */ id?: number; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus?: string; } export class EduOptDeveloperAuthCmd { /** 公司 */ corpName?: string; /** 钉钉corp_id */ dingCorpId?: string; /** 钉钉union_id */ dingUnionId?: string; /** 钉钉user_id */ dingUserId?: string; /** 备注 */ feature?: string; /** id */ id?: number; /** 名称 */ name?: string; /** 昵称 */ nick?: string; /** 电话 */ phone?: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus?: string; } export class EduOptDeveloperAuthDTO { /** 公司 */ corpName?: string; /** 钉钉corp_id */ dingCorpId?: string; /** 钉钉union_id */ dingUnionId?: string; /** 钉钉user_id */ dingUserId?: string; /** 备注 */ feature?: string; /** id */ id?: number; /** 名称 */ name?: string; /** 昵称 */ nick?: string; /** 电话 */ phone?: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus?: string; } export 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?: number; /** name */ name?: string; /** nick */ nick?: string; /** phone */ phone?: string; /** roleStatus */ roleStatus?: string; } export class EduOptDeveloperAuthQry { /** 公司 */ corpName?: string; /** 钉钉corp_id */ dingCorpId?: string; /** 钉钉union_id */ dingUnionId?: string; /** dingUnionIds */ dingUnionIds?: Array; /** 钉钉user_id */ dingUserId?: string; /** 名称 */ name?: string; /** 昵称 */ nick?: string; /** 当前页 */ pageIndex?: number; /** 每页个数 */ pageSize?: number; /** 电话 */ phone?: string; /** role_approving 角色审批中,role_rejected 用户被拒绝,role_general_developer 普通开发者,role_open_developer */ roleStatus?: string; } export class FaceInitResultObject { /** certifyId */ certifyId?: string; /** certifyUrl */ certifyUrl?: string; } export class JSAPITokenConfiguration { /** 微应用ID */ agentId?: string; /** 企业的corpid */ corpId?: string; /** 自定义固定字符串。 */ nonceStr?: string; /** JSAPI签名 */ signature?: string; /** 生成签名的时间戳。 */ timeStamp?: number; } export class LoginByMobileCmd { /** 身份证 */ idCard?: string; /** 手机号 */ mobile?: string; /** 平台:dingtalk-钉钉,zlb:浙里办 */ platform?: string; /** 登录短信验证码 */ smsCode?: string; } export 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; } export 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; } export class PageResponse { /** data */ data?: Array; /** empty */ empty?: boolean; /** errCode */ errCode?: string; /** errMessage */ errMessage?: string; /** notEmpty */ notEmpty?: boolean; /** pageIndex */ pageIndex?: number; /** pageSize */ pageSize?: number; /** success */ success?: boolean; /** totalCount */ totalCount?: number; /** totalPages */ totalPages?: number; } export class Response { /** errCode */ errCode?: string; /** errMessage */ errMessage?: string; /** success */ success?: boolean; } export class SingleResponse { /** data */ data?: T0; /** errCode */ errCode?: string; /** errMessage */ errMessage?: string; /** success */ success?: boolean; } export class SmsCaptchaCheckCmd { /** captcha */ captcha?: string; /** mobile */ mobile?: string; /** 短信业务场景 */ scenario?: number; } export class SmsNotificationCmd { /** mobile */ mobile?: string; /** 短信业务场景 */ scenario?: number; } export class TheJSAPISignatureCommand { /** 来源 1006运营平台、1007开发者平台、1002组织中枢、1004数据中枢、1005学在浙江app */ appId?: string; /** 企业ID */ corpId?: string; /** 待签名URL */ signedUrl?: string; } export class UserCodeDTO { /** code */ code?: string; /** cubeUserId */ cubeUserId?: string; /** expireTime */ expireTime?: string; /** studentUserName */ studentUserName?: string; } export 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; } export class UserFaceRegisterRequest { /** certifyId */ certifyId?: string; } export class UserRegisterDTO { /** cardNo */ cardNo?: string; /** mobile */ mobile?: string; /** name */ name?: string; /** outUserId */ outUserId?: string; /** platform */ platform?: string; } export class ZxmCodeRequest { /** 是否代亮码 */ represent?: boolean; /** 代亮码学生用户id */ studentUserId?: string; } } }; declare namespace API { export namespace developer { /** * 支付宝人脸接口 */ export namespace aliPayFace { /** * verifyResultGet * /user/api/v1/face/verifyResult */ export namespace verifyResultGet { export class Params { /** ticket */ ticket?: string; } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } } /** * 授权服务 */ export namespace auth { /** * jsApiOAuth * /**/api/v1/auth/jsapi-oauth */ export namespace jsApiOAuth { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.TheJSAPISignatureCommand, options?: any): Promise; } } /** * Check Controller */ export namespace check { /** * index * / */ export namespace index { export class Params { } export type Response = string export const init: Response; export function request(params: Params, options?: any): Promise; } /** * checkpreload * /checkpreload */ export namespace checkpreload { export class Params { } export type Response = string export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /test */ export namespace test { export class Params { } export type Response = string export const init: Response; export function request(params: Params, options?: any): Promise; } } /** * Ding Call Back Controller */ export namespace dingCallBack { /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace dingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace headDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace postDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace putDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace deleteDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace optionsDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAUKinderCallBack * /user/api/v1/login/callback/dingAUKinderCallBack */ export namespace patchDingAUKinderCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace dingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace headDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace postDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace putDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace deleteDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace optionsDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingAXJTCallBack * /user/api/v1/login/callback/dingAXJTCallBack */ export namespace patchDingAXJTCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace dingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace headDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace postDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace putDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace deleteDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace optionsDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBoyOYCallBack * /user/api/v1/login/callback/dingBoyOYCallBack */ export namespace patchDingBoyOYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace dingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace headDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace postDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace putDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace deleteDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace optionsDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingBrainCallBack * /user/api/v1/login/callback/dingBrainCallBack */ export namespace patchDingBrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace dingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace headDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace postDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace putDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace deleteDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace optionsDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEduServiceCallBack * /user/api/v1/login/callback/dingEduServiceCallBack */ export namespace patchDingEduServiceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace dingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace headDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace postDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace putDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace deleteDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace optionsDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingEyeStewardCallBack * /user/api/v1/login/callback/dingEyeStewardCallBack */ export namespace patchDingEyeStewardCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace dingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace headDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace postDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace putDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace deleteDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace optionsDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYLibraryCallBack * /user/api/v1/login/callback/dingFYLibraryCallBack */ export namespace patchDingFYLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace dingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace headDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace postDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace putDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace deleteDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace optionsDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYOnlineClassCallBack * /user/api/v1/login/callback/dingFYOnlineClassCallBack */ export namespace patchDingFYOnlineClassCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace dingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace headDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace postDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace putDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace deleteDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace optionsDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingFYSchoolCallBack * /user/api/v1/login/callback/dingFYSchoolCallBack */ export namespace patchDingFYSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace dingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace headDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace postDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace putDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace deleteDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace optionsDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHGEWitDduCallBack * /user/api/v1/login/callback/dingHGEWitDduCallBack */ export namespace patchDingHGEWitDduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace dingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace headDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace postDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace putDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace deleteDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace optionsDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingHSchoolQualityCallBack * /user/api/v1/login/callback/dingHSchoolQualityCallBack */ export namespace patchDingHSchoolQualityCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace dingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace headDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace postDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace putDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace deleteDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace optionsDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicAppCallBack * /user/api/v1/login/callback/dingMagicAppCallBack */ export namespace patchDingMagicAppCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace dingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace headDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace postDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace putDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace deleteDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace optionsDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDataCallBack * /user/api/v1/login/callback/dingMagicDataCallBack */ export namespace patchDingMagicDataCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace dingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace headDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace postDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace putDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace deleteDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace optionsDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicDeveloperCallBack * /user/api/v1/login/callback/dingMagicDeveloperCallBack */ export namespace patchDingMagicDeveloperCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace dingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace headDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace postDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace putDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace deleteDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace optionsDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicMarketCallBack * /user/api/v1/login/callback/dingMagicMarketCallBack */ export namespace patchDingMagicMarketCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace dingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace headDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace postDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace putDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace deleteDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace optionsDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMagicRelationCallBack * /user/api/v1/login/callback/dingMagicRelationCallBack */ export namespace patchDingMagicRelationCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace dingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace headDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace postDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace putDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace deleteDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace optionsDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinProfessionCallBack * /user/api/v1/login/callback/dingMinProfessionCallBack */ export namespace patchDingMinProfessionCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace dingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace headDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace postDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace putDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace deleteDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace optionsDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMinSchoolStudyCallBack * /user/api/v1/login/callback/dingMinSchoolStudyCallBack */ export namespace patchDingMinSchoolStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace dingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace headDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace postDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace putDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace deleteDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace optionsDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingMoDianCallBack * /user/api/v1/login/callback/dingMoDianCallBack */ export namespace patchDingMoDianCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace dingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace headDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace postDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace putDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace deleteDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace optionsDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingOutSchoolCallBack * /user/api/v1/login/callback/dingOutSchoolCallBack */ export namespace patchDingOutSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace dingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace headDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace postDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace putDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace deleteDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace optionsDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPhotoCheckCallBack * /user/api/v1/login/callback/dingPhotoCheckCallBack */ export namespace patchDingPhotoCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace dingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace headDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace postDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace putDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace deleteDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace optionsDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingPreSchoolCallBack * /user/api/v1/login/callback/dingPreSchoolCallBack */ export namespace patchDingPreSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace dingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace headDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace postDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace putDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace deleteDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace optionsDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingQXYYCallBack * /user/api/v1/login/callback/dingQXYYCallBack */ export namespace patchDingQXYYCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace dingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace headDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace postDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace putDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace deleteDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace optionsDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingSafeTgCallBack * /user/api/v1/login/callback/dingSafeTgCallBack */ export namespace patchDingSafeTgCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace dingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace headDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace postDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace putDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace deleteDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace optionsDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudentHelpCallBack * /user/api/v1/login/callback/dingStudentHelpCallBack */ export namespace patchDingStudentHelpCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace dingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace headDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace postDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace putDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace deleteDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace optionsDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingStudySpaceCallBack * /user/api/v1/login/callback/dingStudySpaceCallBack */ export namespace patchDingStudySpaceCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace dingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace headDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace postDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace putDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace deleteDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace optionsDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTableCallBack * /user/api/v1/login/callback/dingTableCallBack */ export namespace patchDingTableCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace dingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace headDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace postDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace putDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace deleteDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace optionsDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherCallBack * /user/api/v1/login/callback/dingTeacherCallBack */ export namespace patchDingTeacherCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace dingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace headDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace postDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace putDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace deleteDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace optionsDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTeacherStudyCallBack * /user/api/v1/login/callback/dingTeacherStudyCallBack */ export namespace patchDingTeacherStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace dingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace headDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace postDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace putDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace deleteDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace optionsDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingTest2CallBack * /user/api/v1/login/callback/dingTest2CallBack */ export namespace patchDingTest2CallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace dingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace headDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace postDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace putDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace deleteDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace optionsDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXEduCallBack * /user/api/v1/login/callback/dingWXEduCallBack */ export namespace patchDingWXEduCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace dingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace headDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace postDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace putDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace deleteDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace optionsDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXGwlzCallBack * /user/api/v1/login/callback/dingWXGwlzCallBack */ export namespace patchDingWXGwlzCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace dingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace headDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace postDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace putDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace deleteDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace optionsDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSPCallBack * /user/api/v1/login/callback/dingWXSPCallBack */ export namespace patchDingWXSPCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace dingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace headDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace postDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace putDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace deleteDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace optionsDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSafeCallBack * /user/api/v1/login/callback/dingWXSafeCallBack */ export namespace patchDingWXSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace dingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace headDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace postDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace putDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace deleteDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace optionsDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSchoolCallBack * /user/api/v1/login/callback/dingWXSchoolCallBack */ export namespace patchDingWXSchoolCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace dingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace headDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace postDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace putDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace deleteDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace optionsDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXSunCallBack * /user/api/v1/login/callback/dingWXSunCallBack */ export namespace patchDingWXSunCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace dingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace headDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace postDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace putDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace deleteDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace optionsDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXdjCallBack * /user/api/v1/login/callback/dingWXdjCallBack */ export namespace patchDingWXdjCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace dingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace headDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace postDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace putDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace deleteDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace optionsDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentDCallBack * /user/api/v1/login/callback/dingWXstuentDCallBack */ export namespace patchDingWXstuentDCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace dingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace headDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace postDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace putDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace deleteDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace optionsDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXstuentMapCallBack * /user/api/v1/login/callback/dingWXstuentMapCallBack */ export namespace patchDingWXstuentMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace dingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace headDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace postDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace putDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace deleteDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace optionsDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherKCallBack * /user/api/v1/login/callback/dingWXteacherKCallBack */ export namespace patchDingWXteacherKCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace dingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace headDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace postDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace putDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace deleteDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace optionsDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXteacherMapCallBack * /user/api/v1/login/callback/dingWXteacherMapCallBack */ export namespace patchDingWXteacherMapCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace dingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace headDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace postDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace putDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace deleteDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace optionsDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingWXxyfxCallBack * /user/api/v1/login/callback/dingWXxyfxCallBack */ export namespace patchDingWXxyfxCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace dingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace headDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace postDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace putDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace deleteDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace optionsDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjHuiCallBack * /user/api/v1/login/callback/dingZjHuiCallBack */ export namespace patchDingZjHuiCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace dingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace headDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace postDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace putDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace deleteDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace optionsDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjQrCodeCallBack * /user/api/v1/login/callback/dingZjQrCodeCallBack */ export namespace patchDingZjQrCodeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace dingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace headDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace postDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace putDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace deleteDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace optionsDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjSafeCallBack * /user/api/v1/login/callback/dingZjSafeCallBack */ export namespace patchDingZjSafeCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace dingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace headDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace postDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace putDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace deleteDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace optionsDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCallBack * /user/api/v1/login/callback/dingZjStudyCallBack */ export namespace patchDingZjStudyCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace dingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace headDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace postDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace putDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace deleteDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace optionsDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjStudyCheckCallBack * /user/api/v1/login/callback/dingZjStudyCheckCallBack */ export namespace patchDingZjStudyCheckCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace dingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace headDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace postDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace putDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace deleteDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace optionsDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjTrainCallBack * /user/api/v1/login/callback/dingZjTrainCallBack */ export namespace patchDingZjTrainCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace dingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace headDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace postDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace putDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace deleteDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace optionsDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingZjeduLibraryCallBack * /user/api/v1/login/callback/dingZjeduLibraryCallBack */ export namespace patchDingZjeduLibraryCallBack { export class Params { /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace dingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace headByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace postByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace putByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace deleteByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace optionsByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonCallBack * /user/api/v1/login/callback/{appCode}/dingCommonCallBack */ export namespace patchByAppCodeDingCommonCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace dingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace headByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace postByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace putByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace deleteByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace optionsByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } /** * dingCommonTestCallBack * /user/api/v1/login/callback/{appCode}/dingCommonTestCallBack */ export namespace patchByAppCodeDingCommonTestCallBack { export class Params { /** appCode */ appCode: string; /** msg_signature */ msg_signature?: string; /** nonce */ nonce?: string; /** timestamp */ timestamp?: string; } export type Response = ObjectMap export const init: Response; export function request(params: Params, body: ObjectMap, options?: any): Promise; } } /** * Edu Opt Developer Auth Controller */ export namespace eduOptDeveloperAuth { /** * 审核 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/auditing */ export namespace auditing { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: defs.developer.EduOptDeveloperAuthAuditCmd, options?: any): Promise; } /** * 删除 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/delete */ export namespace remove { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: Array, options?: any): Promise; } /** * 详情 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/info/{id} */ export namespace info { export class Params { /** id */ id: number; } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * 列表 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/list */ export namespace list { export class Params { } export type Response = defs.developer.PageResponse export const init: Response; export function request(params: Params, body: defs.developer.EduOptDeveloperAuthQry, options?: any): Promise; } /** * 保存 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/save */ export namespace save { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: defs.developer.EduOptDeveloperAuthCmd, options?: any): Promise; } /** * test * /user/api/v1/login/developerAuth/test */ export namespace test { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * 修改 创建人 liuyz 2021-06-21 17:25:30 * /user/api/v1/login/developerAuth/update */ export namespace update { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: defs.developer.EduOptDeveloperAuthCmd, options?: any): Promise; } } /** * Login Controller */ export namespace login { /** * authCode * /**/api/v1/login/authCode */ export namespace authCode { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.LoginCmd, options?: any): Promise; } /** * autoLogin * /**/api/v1/login/autoLogin */ export namespace autoLogin { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.LoginCmd, options?: any): Promise; } /** * autoLoginByMobile * /**/api/v1/login/autoLoginByMobile */ export namespace autoLoginByMobile { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.LoginByMobileCmd, options?: any): Promise; } /** * getUserInfoBySessionId * /**/api/v1/login/getUserInfoBySessionId */ export namespace getUserInfoBySessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace refreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace headRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace postRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace putRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace deleteRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace optionsRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * refreshSessionId * /**/api/v1/login/refreshSessionId */ export namespace patchRefreshSessionId { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * scanLogin * /**/api/v1/login/scanLogin */ export namespace scanLogin { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.LoginCmd, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace test { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace headTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace postTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace putTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace deleteTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace optionsTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test * /**/api/v1/login/test */ export namespace patchTest { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace test2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace headTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace postTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace putTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace deleteTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace optionsTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * test2 * /**/api/v1/login/test2 */ export namespace patchTest2 { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } } /** * Notice Controller */ export namespace noticeManager { /** * 验证短信验证码 * /user/api/v1/notice/check-sms-captcha */ export namespace checkSmsCaptcha { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: defs.developer.SmsCaptchaCheckCmd, options?: any): Promise; } /** * 发送手机号短信 * /user/api/v1/notice/send-sms-message */ export namespace sendSmsMessage { export class Params { } export type Response = defs.developer.Response export const init: Response; export function request(params: Params, body: defs.developer.SmsNotificationCmd, options?: any): Promise; } } /** * 用户接口 */ export namespace user { /** * checkFace * /user/api/v1/user/checkFace */ export namespace checkFace { export class Params { /** certifyId */ certifyId: string; } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, options?: any): Promise; } /** * initFace * /user/api/v1/user/initFace */ export namespace initFace { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.UserFaceInitRequest, options?: any): Promise; } /** * register * /user/api/v1/user/register */ export namespace register { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.UserRegisterDTO, options?: any): Promise; } /** * registerWithFace * /user/api/v1/user/registerWithFace */ export namespace registerWithFace { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.UserFaceRegisterRequest, options?: any): Promise; } } /** * Zxm Controller */ export namespace zxm { /** * 浙学码生成 * /user/api/v1/zxm/code */ export namespace code { export class Params { } export type Response = defs.developer.SingleResponse export const init: Response; export function request(params: Params, body: defs.developer.ZxmCodeRequest, options?: any): Promise; } } } };