From 76208975bffec39eb62f8599a68d583a5cb6da18 Mon Sep 17 00:00:00 2001
From: leesam <leesam@leesam.cn>
Date: 星期二, 19 三月 2024 16:53:01 +0800
Subject: [PATCH] [add]支持其他平台通过ApiKey调用系统相关接口

---
 src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java b/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
index 9a8ae8b..c646058 100644
--- a/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
+++ b/src/main/java/com/genersoft/iot/vmp/gb28181/utils/SipUtils.java
@@ -125,7 +125,7 @@
         strTmp = String.format("%02X", moveSpeed);
         builder.append(strTmp, 0, 2);
         builder.append(strTmp, 0, 2);
-        
+
         //浼樺寲zoom浣庡�嶉�熶笅鐨勫彉鍊嶉�熺巼
         if ((zoomSpeed > 0) && (zoomSpeed <16))
         {
@@ -281,6 +281,6 @@
                 return null;
             }
         }
-        return localDateTime.format(DateUtil.formatterISO8601);
+        return localDateTime.format(DateUtil.formatter);
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0