From ef9c1767e8f0e80c081e8e8b9bcb07fc1dc80fab Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 13 Dec 2024 15:20:07 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E5=90=84API=E6=9B=B4=E6=96=B0=E4=B8=BA?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/config.js b/src/config.js index f540cb2..e873fa8 100644 --- a/src/config.js +++ b/src/config.js @@ -5,16 +5,15 @@ // export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_144'; // export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_144'; // prod: Slave -// TODO: LYJ 正式上线要切换地址 // debug: -export const API_HOST = 'http://202.103.68.144:8889/v2'; -export const WS_URL = 'ws://202.103.68.144:8889'; +// export const API_HOST = 'http://202.103.68.144:8889/v2'; +// export const WS_URL = 'ws://202.103.68.144:8889'; // export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail'; export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attatchment'; // 邮件附件 // prod: export const EMAIL_HOST = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail'; -// export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; -// export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // prod: +export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; +export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // prod: export const VONAGE_URL = 'https://p9axztuwd7x8a7.mycht.cn/vonage-server'; // 语音和视频接口: export const DATE_FORMAT = 'YYYY-MM-DD';