From bfdeba11ee332f2323eaf442212162af10eae8d6 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 3 Jul 2025 14:17:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=8E=E8=AE=A2=E5=8D=95=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E4=BC=9A=E8=AF=9D=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=96=B0=E5=BB=BA=E4=BC=9A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderProfile.jsx | 2 +- src/config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/OrderProfile.jsx b/src/components/OrderProfile.jsx index 2fa2a3c..b8bd723 100644 --- a/src/components/OrderProfile.jsx +++ b/src/components/OrderProfile.jsx @@ -128,7 +128,7 @@ const OrderProfile = ({ coliSN, ...props }) => { 设置 WhatsApp ) : ( - + {customerDetail.whatsapp_phone_number} )} diff --git a/src/config.js b/src/config.js index 564529d..c4470f2 100644 --- a/src/config.js +++ b/src/config.js @@ -7,19 +7,19 @@ // debug: // export const API_HOST = 'http://202.103.68.144:8889/v2'; -export const API_HOST_V3 = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server/v3'; // export const WS_URL = 'ws://202.103.68.144:8888'; -export const EMAIL_HOST_v3 = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail'; // export const WAI_HOST = 'http://47.83.248.120/api/v1'; // 香港服务器 // export const WAI_HOST = 'http://47.254.53.81/api/v1'; // 美国服务器 // export const WAI_HOST = 'http://localhost:3031/api/v1'; // 美国服务器 export const WAI_SERVER_KEY = 'G-STR:WAI_SERVER' +// prod:-------------------------------------------------------------------------------------------------- export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attachment'; // 邮件附件 -// prod: export const WAI_HOST = 'https://wai-server-qq4qmtq7wc9he4.mycht.cn/api/v1'; export const EMAIL_HOST = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail'; +export const EMAIL_HOST_v3 = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail'; export const API_HOST = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server/v2'; +export const API_HOST_V3 = 'https://p9axztuwd7x8a7.mycht.cn/whatsapp_server/v3'; export const WS_URL = 'wss://p9axztuwd7x8a7.mycht.cn/whatsapp_server'; // prod: export const VONAGE_URL = 'https://p9axztuwd7x8a7.mycht.cn/vonage-server'; // 语音和视频接口: export const HT3 = process.env.NODE_ENV === 'production' ? 'https://p9axztuwd7x8a7.mycht.cn/ht3' : 'https://p9axztuwd7x8a7.mycht.cn/ht3';