Browse Source

本地环境不验签

songxiaohang 1 năm trước cách đây
mục cha
commit
739c11b58c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/cmd/dtgateway/internal/types/types.go

+ 1 - 0
app/cmd/dtgateway/internal/types/types.go

@@ -33,6 +33,7 @@ type ItemHistoryData struct {
 }
 
 type MultiAddItemHistoryDataReq struct {
+	CommonParams
 	List []*ItemHistoryData `json:"list"`
 }