fix
zhangqian
2023-11-03 104928aeb649e99f15270c5290fc1154b259e5b0
fix
1个文件已修改
2 ■■■ 已修改文件
api/v1/device.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/v1/device.go
@@ -29,7 +29,7 @@
    if !ok {
        return
    }
    if params.CurrentDeviceID != "" {
    if params.CurrentDeviceID == "" {
        ctx.Fail(ecode.ParamsErr)
        return
    }