Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowMsgXML ¶
type Mobile ¶
type Mobile struct { Orderid string `json:"-"` Userpseudocode string `json:"-"` Channelseqid string `json:"-"` Price int `json:"-"` Actionid int `json:"actionid"` Effectivetime xtime.Time `json:"starttime,omitempty"` Expiretime xtime.Time `json:"endtime,omitempty"` Channelid string `json:"-"` Productid string `json:"productid,omitempty"` Ordertype int `json:"-"` Threshold int `json:"flow"` Resulttime xtime.Time `json:"-"` MobileType int `json:"orderstatus,omitempty"` ProductType int `json:"product_type,omitempty"` }
type MobileUserIP ¶
type MobileXML ¶
type MobileXML struct { Orderid string `xml:"OrderID"` Userpseudocode string `xml:"UserPseudoCode"` Channelseqid string `xml:"ChannelSeqId"` Price string `xml:"Price"` Actiontime string `xml:"ActionTime"` Actionid string `xml:"ActionID"` Effectivetime string `xml:"EffectiveTime"` Expiretime string `xml:"ExpireTime"` Channelid string `xml:"ChannelId"` Productid string `xml:"ProductId"` Ordertype string `xml:"OrderType"` Threshold string `xml:"Threshold"` Resulttime string `xml:"ResultTime"` }
type OrderMsgXML ¶
Click to show internal directories.
Click to hide internal directories.