From e871758bd82d9a4fbce42e43c9665d869c240dfb Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期一, 21 十月 2019 15:12:11 +0800 Subject: [PATCH] feat: add api for system clock update --- controllers/pollConfig.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/pollConfig.go b/controllers/pollConfig.go index 014a071..4efe3b8 100644 --- a/controllers/pollConfig.go +++ b/controllers/pollConfig.go @@ -13,8 +13,8 @@ type PollConfig struct { ServerId string `json:"server_id"` //鏈嶅姟鍣╥d - PollPeriod int `json:"poll_period"` //杞鍛ㄦ湡 - Delay int `json:"delay"` //寤舵椂鏃堕棿 + PollPeriod int32 `json:"poll_period"` //杞鍛ㄦ湡 + Delay int32 `json:"delay"` //寤舵椂鏃堕棿 Enable bool `json:"enable"` //鏄惁鍚敤杞 } -- Gitblit v1.8.0