package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateOrder struct {
PlayerId string `json:"playerId"`
GoodsId string `json:"goodsId"`
Rate string `json:"rate"`
Time string `json:"time"`
Sign string `json:"sign"`
ServerId string `json:"server_id"`
}
type MsgStruct struct {
RetryCount int `json:"retryCount"`
Data string `json:"data"`
AppId string `json:"appId"`
Url string `json:"url"`
Bsn string `json:"bsn"`
Tsn string `json:"tsn"`
Param *CreateOrder `json:"param"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.