UNPKG

@iot9x.com/nestjs-ucpaas-voice

Version:

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

27 lines (26 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UcpaasErrorMessage = exports.UcpaasVoiceContentType = exports.UCPAAS_VOICE_API_VERSION = exports.UCPAAS_VOICE_V2_BASE_API = exports.UCPAAS_VOICE_BASE_API = void 0; exports.UCPAAS_VOICE_BASE_API = 'https://message.ucpaas.com'; exports.UCPAAS_VOICE_V2_BASE_API = 'http://apiyytz.ucpaas.com/qiongqiapi'; exports.UCPAAS_VOICE_API_VERSION = '2017-06-30'; var UcpaasVoiceContentType; (function (UcpaasVoiceContentType) { UcpaasVoiceContentType["Text"] = "0"; UcpaasVoiceContentType["Voice"] = "1"; UcpaasVoiceContentType["Template"] = "2"; })(UcpaasVoiceContentType = exports.UcpaasVoiceContentType || (exports.UcpaasVoiceContentType = {})); exports.UcpaasErrorMessage = { '100699': '系统错误', '101112': 'Sid不能为空', '102100': 'appSid不能为空', '100008': '手机号码为空', '100015': '号码不合法', '104106': '语音业务类型错误', '100002': '数字非法', '104107': '语音内容为空', '104179': '语音内容长度不超过200', '104152': '模板Id不为空', '101107': 'Version参数有误', '000007': '号码与appId不对应' };