bugfix
This commit is contained in:
parent
04722986d1
commit
888a08e0f8
@ -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{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user