From a98b2ed2ddcf15db5b20907cd502e157d04d1b88 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 20 十月 2023 10:22:06 +0800
Subject: [PATCH] 去掉无用配置

---
 request/location.go |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/request/location.go b/request/location.go
index 18a6c36..ce3e2be 100644
--- a/request/location.go
+++ b/request/location.go
@@ -3,6 +3,11 @@
 type LocationByType struct {
 	Type      int    `json:"type" form:"type"`
 	Keyword   string `json:"keyword" form:"keyword"`
-	ParentId  int    `json:"parentId" form:"parentId"`
+	ParentId  string `json:"parentId" form:"parentId"`
 	CompanyId int    `json:"companyId" form:"companyId"`
 }
+
+type GetLocationList struct {
+	PageInfo
+	KeyWord string `json:"keyWord"`
+}

--
Gitblit v1.8.0