From 3984ae9b6b09fb32753f56de227d07ba8b4a5057 Mon Sep 17 00:00:00 2001 From: shiyi Date: Thu, 24 Oct 2024 14:18:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E9=98=BF=E9=87=8C?= =?UTF-8?q?=E4=BA=91=E8=A7=86=E9=A2=91=E6=9C=8D=E5=8A=A1=E7=9A=84=E6=8E=A8?= =?UTF-8?q?=E6=B5=81=E5=9F=9F=E5=90=8D=E5=92=8C=E6=92=AD=E6=94=BE=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.h b/global.h index 78eee34..0c60843 100644 --- a/global.h +++ b/global.h @@ -44,7 +44,7 @@ extern QString calculateMD5(const QString &str); */ extern QString generatePushURL(int uavID, QString appName = "nmyj", QString uavName = "981cs", int clientID = 0, - QString pushDomain = "push.htsdfp.com", + QString pushDomain = "push.uavideo.cn", long expireTime = 6 * 3600, QString pushKey = "ZRjGVcPYGhKib0rdgH"); @@ -61,7 +61,7 @@ extern QString generatePushURL(int uavID, QString appName = "nmyj", */ extern QString generatePullURL(int uavID, QString appName = "nmyj", QString uavName = "981cs", int clientID = 1, - QString pullDomain = "play.htsdfp.com", + QString pullDomain = "play.uavideo.cn", long expireTime = 6 * 3600, QString pullKey = "HDaMVkLnIcr0mGhV8d");