This commit is contained in:
xcx 2020-04-10 16:34:12 +08:00
parent 04722986d1
commit 888a08e0f8
1 changed files with 2 additions and 2 deletions

View File

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