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