lichangdong 4 өдөр өмнө
parent
commit
b52ca6614b

+ 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"`
 }