fix
api/v1/device.go @@ -29,7 +29,7 @@ if !ok { return } if params.CurrentDeviceID != "" { if params.CurrentDeviceID == "" { ctx.Fail(ecode.ParamsErr) return }