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