deviceno
Build docker and publish / build (20.15.1) (push) Successful in 7m26s

This commit is contained in:
2026-03-17 09:12:56 -07:00
parent 4b528184ea
commit 282e1e4087
7 changed files with 8 additions and 8 deletions
@@ -166,7 +166,7 @@ func (l *GetUserListLogic) GetUserList(req *types.GetUserListRequest) (*types.Ge
// 填充 DeviceID
for i, d := range item.UserDevices {
if i < len(u.UserDevices) {
u.UserDevices[i].DeviceID = tool.DeviceIdToHash(d.Id)
u.UserDevices[i].DeviceNo = tool.DeviceIdToHash(d.Id)
}
}