From 17a07580b14e0ef74474e41297dbde47b3427385 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sat, 11 May 2024 15:56:29 +0800 Subject: [PATCH] 1 --- server/adminserver/common/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/adminserver/common/types.go b/server/adminserver/common/types.go index 11efc62c..13c6e70e 100644 --- a/server/adminserver/common/types.go +++ b/server/adminserver/common/types.go @@ -1,8 +1,8 @@ package common type Attachment struct { - ItemId int32 `json:"item_id"` - ItemNum int32 `json:"item_num"` + ItemId int32 `json:"itemid"` + ItemNum int32 `json:"itemnum"` } type App interface {