/** * @description 专属钉钉接口 */ import * as sign from './sign'; import * as getTicket from './getTicket'; export { sign, getTicket };