UNPKG

@iot9x.com/nestjs-ucpaas-voice

Version:

nestjs 云之讯平台语音集成插件

10 lines (9 loc) 219 B
/** 云之讯平台API接口返回基础内容 */ export interface UcpaasBaseV2Response { /** 调用状态 */ status: string; /** 调用信息 */ msg: string; /** 返回数据 */ data: string; }