/** * 腾讯云智能媒资托管服务API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface VerifyExtractionCode200Response { /** * 分享访问令牌,用于后续访问分享内容,有效期为 10 分钟 */ 'accessToken'?: string; /** * ISO 8601格式的日期与时间字符串,令牌过期时间 */ 'expireTime'?: string; }