|
@@ -4730,7 +4730,7 @@ type AddWechatFriendLogInfo struct {
|
|
|
// swagger:model AddFriendListReq
|
|
|
type AddFriendListReq struct {
|
|
|
PageInfo
|
|
|
- OwnerWxId *string `json:"wxid,optional"`
|
|
|
+ OwnerWxId *string `json:"wxId,optional"`
|
|
|
OwnerWxType *int `json:"wxType,optional"`
|
|
|
FindContent *string `json:"phone,optional"`
|
|
|
Status *int `json:"status,optional"`
|
|
@@ -4765,5 +4765,7 @@ type FriendList struct {
|
|
|
|
|
|
// swagger:model CancelByIdsReq
|
|
|
type CancelByIdsReq struct {
|
|
|
- Ids []int64 `json:"ids" validate:"nonzero"`
|
|
|
+ // required : true
|
|
|
+ // min length : 1
|
|
|
+ Ids []int64 `json:"ids" validate:"required,min=1"`
|
|
|
}
|