package oilrtx //"time" type RtxMsg struct { Msg string `json:"msg"` Receiver string `json:"receiver"` } type PtrUser struct { UserName string `json:"username"` PassWord string `json:"password"` } type Msg struct { UserName string `json:"UserName"` ToMobile string `json:"ToMobile"` Msg string `json:"MSG"` } type RtxLogin struct { Username string `json:"username"` Password string `json:"password"` UserDomain string `json:"userDomain"` } type RtxRespToken struct { Code int `json:"code"` Message string `json:"message"` Token string `json:"token"` } type RtxOrganize struct { Id string `json:"id"` OrgCode string `json:"message"` OrgName string `json:"token"` OrgShortName string `json:"orgShortName"` ParentId string `json:"parentId"` IsInValid string `json:"ISINVALID"` Remark string `json:"remark"` Children []RtxOrganize `json:"children"` } type RtxOrganizeItems struct { Items []RtxOrganize `json:"items"` }