Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package up
//Switch for up switch controll.
type Switch struct {
State int32 `json:"state"`
Show int `json:"show"`
Face string `json:"face"`
}
// SpecialGroup UP主分组关联关系
type SpecialGroup struct {
ID int64 `json:"id"`
MID int64 `json:"mid"`
GroupID int64 `json:"group_id"`
GroupName string `json:"group_name"`
}