UNPKG
@iot9x.com/nestjs-ucpaas-voice
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
nestjs 云之讯平台语音集成插件
@iot9x.com/nestjs-ucpaas-voice
/
dist
/
interfaces
/
response
/
ucpaas
/
base-v2.ucpaas.interface.d.ts
10 lines
(9 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** 云之讯平台API接口返回基础内容 */
export
interface
UcpaasBaseV2Response
{
/** 调用状态 */
status:
string
;
/** 调用信息 */
msg:
string
;
/** 返回数据 */
data:
string
; }