This commit is contained in:
苏尹岚
2021-04-15 14:31:50 +08:00
parent 9b84048fe9
commit 4057f8105e

View File

@@ -13,6 +13,10 @@ const (
LinkTypeH5 = 2 //H5
)
type ActivityList struct {
ActID int `json:"actID"`
}
func init() {
HandlerMap = make(map[int]UnionInterface)
}