|
|
|
@ -20,7 +20,8 @@ export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attachment'; //
|
|
|
|
|
export const EMAIL_HOST = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail';
|
|
|
|
|
export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server/v2';
|
|
|
|
|
export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // prod:
|
|
|
|
|
export const VONAGE_URL = 'https://p9axztuwd7x8a7.mycht.cn/vonage-server'; // 语音和视频接口:
|
|
|
|
|
// export const VONAGE_URL = 'https://p9axztuwd7x8a7.mycht.cn/vonage-server'; // 语音和视频接口:
|
|
|
|
|
export const VONAGE_URL = 'http://ivnkfj.natappfree.cc'; // 语音和视频接口:
|
|
|
|
|
export const HT3 = process.env.NODE_ENV === 'production' ? 'https://p9axztuwd7x8a7.mycht.cn/ht3' : 'http://127.0.0.1:8000';
|
|
|
|
|
|
|
|
|
|
export const DATE_FORMAT = 'YYYY-MM-DD';
|
|
|
|
|