UNPKG

@iot9x.com/nestjs-ucpaas-voice

Version:

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

27 lines (26 loc) 732 B
/** 云之讯API接口 */ export declare const enum UcpaasApi { VoiceNotify = "voiceNotify" } export declare const UCPAAS_VOICE_BASE_API = "https://message.ucpaas.com"; export declare const UCPAAS_VOICE_V2_BASE_API = "http://apiyytz.ucpaas.com/qiongqiapi"; export declare const UCPAAS_VOICE_API_VERSION = "2017-06-30"; export declare enum UcpaasVoiceContentType { Text = "0", Voice = "1", Template = "2" } export declare const UcpaasErrorMessage: { '100699': string; '101112': string; '102100': string; '100008': string; '100015': string; '104106': string; '100002': string; '104107': string; '104179': string; '104152': string; '101107': string; '000007': string; };