|
|
|
@ -7,12 +7,12 @@
|
|
|
|
|
|
|
|
|
|
// debug:
|
|
|
|
|
export const API_HOST = 'http://202.103.68.144:8889/v2';
|
|
|
|
|
export const WS_URL = 'ws://202.103.68.157:8889';
|
|
|
|
|
export const WS_URL = 'ws://202.103.68.144:8889';
|
|
|
|
|
export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail';
|
|
|
|
|
// 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 EMAIL_HOST = 'http://202.103.68.231:888/service-mail';
|
|
|
|
|
|
|
|
|
|
export const DATE_FORMAT = 'YYYY-MM-DD';
|
|
|
|
|
export const DATETIME_FORMAT = 'YYYY-MM-DD HH:mm:ss';
|
|
|
|
|