فهرست منبع

Merge branch 'fixbug/20250322' into debug

jimmyyem 1 ماه پیش
والد
کامیت
1cbe5ce6ea
3فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 2
      desc/wechat/contact.api
  2. 0 1
      internal/logic/contact/get_contact_simple_list_logic.go
  3. 0 1
      internal/types/types.go

+ 0 - 2
desc/wechat/contact.api

@@ -33,8 +33,6 @@ type (
 	}
 
 	ContactSimpleInfo {
-		Id        *uint64    `json:"id,optional"`
-
 		// 微信id 公众号微信ID
 		Wxid  *string `json:"wxid,optional"`
 

+ 0 - 1
internal/logic/contact/get_contact_simple_list_logic.go

@@ -79,7 +79,6 @@ func (l *GetContactSimpleListLogic) GetContactSimpleList(req *types.ContactListR
 	for _, v := range data.List {
 		resp.Data.Data = append(resp.Data.Data,
 			types.ContactSimpleInfo{
-				Id:       &v.ID,
 				Wxid:     &v.Wxid,
 				Nickname: &v.Nickname,
 			})

+ 0 - 1
internal/types/types.go

@@ -1003,7 +1003,6 @@ type ContactSimpleListInfo struct {
 
 // swagger:model ContactSimpleInfo
 type ContactSimpleInfo struct {
-	Id *uint64 `json:"id,optional"`
 	// 微信id 公众号微信ID
 	Wxid *string `json:"wxid,optional"`
 	// 微信昵称 群备注名称