diff --git a/drivers/189pc/types.go b/drivers/189pc/types.go index a1b3810fd23..2e9ed4c203d 100644 --- a/drivers/189pc/types.go +++ b/drivers/189pc/types.go @@ -143,7 +143,7 @@ type FamilyInfoListResp struct { type FamilyInfoResp struct { Count int `json:"count"` CreateTime string `json:"createTime"` - FamilyID int `json:"familyId"` + FamilyID int64 `json:"familyId"` RemarkName string `json:"remarkName"` Type int `json:"type"` UseFlag int `json:"useFlag"`