zhizhi/node_modules/dingtalk-jsapi/api/biz/attend/getLBSWua.d.ts

23 lines
607 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../../constant/types';
/**
*
* @apiName biz.attend.getLBSWua
*/
export interface IBizAttendGetLBSWuaParams extends ICommonAPIParams {
}
/**
*
* @apiName biz.attend.getLBSWua
*/
export interface IBizAttendGetLBSWuaResult {
ddSec: string;
ddSig: string;
lbsWua: string;
}
/**
*
* @apiName biz.attend.getLBSWua
*/
export declare function getLBSWua$(params: IBizAttendGetLBSWuaParams): Promise<IBizAttendGetLBSWuaResult>;
export default getLBSWua$;