lichangdong il y a 6 jours
Parent
commit
b52ca6614b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      desc/wechat/add_wechat_friend_log.api
  2. 1 1
      internal/types/types.go

+ 1 - 1
desc/wechat/add_wechat_friend_log.api

@@ -14,7 +14,7 @@ type (
     AddFriendListReq {
         PageInfo
         OwnerWxId *string `json:"wxId,optional"`
-        OwnerWxType *int `json:"wxType,optional"`
+        OwnerWxType *int `json:"type,optional"`
         FindContent *string `json:"phone,optional"`
         status *int `json:"status,optional"`
     }

+ 1 - 1
internal/types/types.go

@@ -4731,7 +4731,7 @@ type AddWechatFriendLogInfo struct {
 type AddFriendListReq struct {
 	PageInfo
 	OwnerWxId   *string `json:"wxId,optional"`
-	OwnerWxType *int    `json:"wxType,optional"`
+	OwnerWxType *int    `json:"type,optional"`
 	FindContent *string `json:"phone,optional"`
 	Status      *int    `json:"status,optional"`
 }