2021-08-12 13:41:43 +08:00

28 lines
338 B
Go

package main
import "mt"
type MtwServerInfo struct {
*mt.ServerInfo
}
type MtwAliKeyConf struct {
*mt.AliKeyConf
}
type MtwTxKeyConf struct {
*mt.TxKeyConf
}
type MtwSceneWhiteList struct {
*mt.SceneWhiteList
}
type MtwLaunchWhiteList struct {
*mt.LaunchWhiteList
}
type MtwBlockProvinceCity struct {
*mt.BlockProvinceCity
}