no message
This commit is contained in:
parent
eddad2e788
commit
d27c0270f8
|
@ -254,7 +254,7 @@ const (
|
|||
GainWay_Collect = 64 //64.集卡活动
|
||||
GainWay_WeekCardAward = 65 //65.周卡每日奖励
|
||||
GainWay_PigrankTakeCoin = 66 //66.存钱罐领取耗费钻石
|
||||
GainWay_PigrankGainCoin = 67 //66.存钱罐打开获取金币
|
||||
GainWay_PigrankGainCoin = 67 //67.存钱罐打开获取金币
|
||||
GainWay_ItemMove = 68 //68.道具赠送
|
||||
GainWay_RoleUpgrade = 69 //69.角色升级
|
||||
GainWay_PetUpgrade = 70 //70.宠物升级
|
||||
|
|
|
@ -19,10 +19,10 @@ import (
|
|||
func init() {
|
||||
// 平台配置
|
||||
etcd.Register(etcd.ETCDKEY_PLATFORM_PREFIX, webapi.Platform{}, platformConfigEvent)
|
||||
// 游戏场次配置
|
||||
etcd.Register(etcd.ETCDKEY_GAMECONFIG_PREFIX, webapi.GameFree{}, platformConfigEvent)
|
||||
// 超管平台游戏开关
|
||||
etcd.Register(etcd.ETCDKEY_GAME_CONFIG_GLOBAL, webapi.GameConfigGlobal{}, platformConfigEvent)
|
||||
// 游戏场次配置
|
||||
etcd.Register(etcd.ETCDKEY_GAMECONFIG_PREFIX, webapi.GameFree{}, platformConfigEvent)
|
||||
// 平台包数据
|
||||
etcd.Register(etcd.ETCDKEY_PACKAGE_PREFIX, webapi.AppInfo{}, platformConfigEvent)
|
||||
// 客户端游戏入口开关
|
||||
|
|
|
@ -28,7 +28,7 @@ func (this *VipMgr) ModuleName() string {
|
|||
}
|
||||
|
||||
func (this *VipMgr) Init() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
func (this *VipMgr) UpdateVIPcfg(cfg *webapi_proto.VIPcfgDataList) {
|
||||
|
|
Loading…
Reference in New Issue