Skip to content

Commit 1c58d1e

Browse files
authored
Merge pull request #23 from QieKai/master
Fix 'datacoding' attribute error
2 parents 9b2530b + 886a485 commit 1c58d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type messageRequest struct {
7070
Validity int `json:"validity,omitempty"`
7171
Gateway int `json:"gateway,omitempty"`
7272
TypeDetails TypeDetails `json:"typeDetails,omitempty"`
73-
DataCoding string `json:"dataCoding,omitempty"`
73+
DataCoding string `json:"datacoding,omitempty"`
7474
MClass int `json:"mclass,omitempty"`
7575
ScheduledDatetime string `json:"scheduledDatetime,omitempty"`
7676
}

0 commit comments

Comments
 (0)