9 lines
192 B
Go
9 lines
192 B
Go
package profile
|
|
|
|
type CardRankingResp struct {
|
|
Result []any `json:"result"`
|
|
Status int `json:"status"`
|
|
CommandNum bool `json:"commandNum"`
|
|
TimeStamp int64 `json:"timeStamp"`
|
|
}
|