mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-02 19:41:08 +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.
|
||||
Version string `xml:"Version"`
|
||||
DeviceId string `xml:"DeviceId"`
|
||||
DeviceId int `xml:"DeviceId"`
|
||||
MessageId string `xml:"MessageId"`
|
||||
TimeStamp string `xml:"TimeStamp"`
|
||||
ErrorCode int
|
||||
|
Loading…
x
Reference in New Issue
Block a user