Parcourir la source

本地环境不验签

songxiaohang il y a 1 an
Parent
commit
739c11b58c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"`
 }