8 lines
175 B
Go
8 lines
175 B
Go
package unit
|
|
|
|
type SetDisplayRankResp struct {
|
|
ResponseData []any `json:"response_data"`
|
|
ReleaseInfo []any `json:"release_info"`
|
|
StatusCode int `json:"status_code"`
|
|
}
|