volcengine.ts 229 Bytes
import { service as http } from "@/utils/request";

/**
 * 获取用于访问 OpenSpeech 服务的 JWT 令牌
 * GET /api/chat/open-speech-jwt
 */
export const getVolcAsrToken = () =>
  http.get<string>("/chat/open-speech-jwt");