From 8bf1cad94113d5c604e95e370cf068efdea87d27 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 30 八月 2023 09:43:49 +0800
Subject: [PATCH] fix
---
api/v1/city.go | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/api/v1/city.go b/api/v1/city.go
index 2c7eeab..c7ef526 100644
--- a/api/v1/city.go
+++ b/api/v1/city.go
@@ -90,11 +90,6 @@
return
}
- err := userService.SyncUserInfo()
- if err != nil {
- return
- }
-
ctx.OkWithDetailed(response.CityResponse{
List: cities,
})
--
Gitblit v1.8.0