mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-04 04:21:15 +02:00
Update structure.go to fix type issue
This commit is contained in:
parent
a43f17aae2
commit
da229264c3
@ -80,7 +80,7 @@ type Response struct {
|
|||||||
|
|
||||||
// These common fields are persistent across all requests.
|
// These common fields are persistent across all requests.
|
||||||
Version string `xml:"Version"`
|
Version string `xml:"Version"`
|
||||||
DeviceId string `xml:"DeviceId"`
|
DeviceId int `xml:"DeviceId"`
|
||||||
MessageId string `xml:"MessageId"`
|
MessageId string `xml:"MessageId"`
|
||||||
TimeStamp string `xml:"TimeStamp"`
|
TimeStamp string `xml:"TimeStamp"`
|
||||||
ErrorCode int
|
ErrorCode int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user