From 7415500a3347ddb6dae1830813cfceed94409682 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 22 Mar 2024 16:36:07 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B5=8B=E8=AF=95=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/nms_cxy/controller/test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/nms_cxy/controller/test.go b/src/modules/nms_cxy/controller/test.go index 0ac1025..e8ac0a6 100644 --- a/src/modules/nms_cxy/controller/test.go +++ b/src/modules/nms_cxy/controller/test.go @@ -76,7 +76,7 @@ func (s *TestController) Demo(c *gin.Context) { } } if body.OperType == "config" { - err := s.configService.ConfigUploadOSS("OMC") + err := s.configService.ConfigUploadOSS("SMF") c.JSON(200, map[string]any{ "requestId": body.RequestId, "operType": body.OperType, @@ -85,7 +85,7 @@ func (s *TestController) Demo(c *gin.Context) { return } if body.OperType == "performance" { - err := s.performanceService.PerformanceUploadOSS("AMF", "2024-02-15 10:16:30", "2024-03-07 10:20:08") + err := s.performanceService.PerformanceUploadOSS("SMF", "2024-03-20 19:00:05", "2024-03-20 19:50:05") c.JSON(200, map[string]any{ "requestId": body.RequestId, "operType": body.OperType,