From d557ed582308257aaefcbcfe2bada1e195d83a91 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 08 八月 2023 19:24:30 +0800 Subject: [PATCH] fix --- model/request/client.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/client.go b/model/request/client.go index c0e723a..d989869 100644 --- a/model/request/client.go +++ b/model/request/client.go @@ -30,7 +30,7 @@ type GetClientList struct { PageInfo - SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; "not_contact": 瓒呰繃15澶╂湭鑱旂郴; "public_sea": 鍏捣瀹㈡埛 + SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; "name": 瀹㈡埛鍚嶇О; "number": 鍏捣瀹㈡埛 } type DeleteClient struct { -- Gitblit v1.8.0