This commit is contained in:
xcx 2020-04-10 16:34:12 +08:00
parent 04722986d1
commit 888a08e0f8

View File

@ -69,8 +69,8 @@ type ProfileSetReq struct {
ProfileItem []*ProfileSetReqItem `json:"ProfileItem"` ProfileItem []*ProfileSetReqItem `json:"ProfileItem"`
} }
type ProfileSetReqItem struct { type ProfileSetReqItem struct {
Tag string `json:"tag"` Tag string `json:"Tag"`
Value interface{} `json:"value"` Value interface{} `json:"Value"`
} }
type ProfileSetAns struct{} type ProfileSetAns struct{}