export interface OneLinkGetTokenResponse { /** 令牌,由中国移动反馈给集团客户 */ token: string; /** token 剩余有效时长,单位:秒 */ ttl: number; }