review code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package types
|
||||
|
||||
// Status 状态数据结构
|
||||
type Status struct {
|
||||
type StatusData struct {
|
||||
Data Data `json:"data"`
|
||||
Status Config `json:"status"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user