Sfoglia il codice sorgente

本地环境不验签

songxiaohang 1 anno fa
parent
commit
739c11b58c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"`
 }