From 5554c2b0ce78145c7932e94d1d9b8c00b2208ec6 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 21 九月 2019 14:25:41 +0800 Subject: [PATCH] token decrease --- extend/config/config.go | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/extend/config/config.go b/extend/config/config.go index 801282d..df3e1d6 100644 --- a/extend/config/config.go +++ b/extend/config/config.go @@ -14,6 +14,14 @@ ImageUrl string `mapstructure: "imageUrl"` PublicDomain string `mapstructure: "publicDomain"` NetworkAdapter string `mapstructure: "networkAdapter"` + + DeviceNum string `mapstructure: "deviceNum"` //璁惧缂栧彿 + DeviceType string `mapstructure: "deviceType"` //璁惧鍨嬪彿 + DeviceSerialNum string `mapstructure: "deviceSerialNum"` //璁惧搴忓垪鍙� + MasterVersion string `mapstructure: "masterVersion"` //涓绘帶鐗堟湰 + WebVersion string `mapstructure: "webVersion"` //web鐗堟湰 + ChannelCount string `mapstructure: "channelCount"` //閫氶亾涓暟 + DiskCount string `mapstructure: "diskCount"` //纭洏涓暟 } var Server = &server{} -- Gitblit v1.8.0