Ver Fonte

本地环境不验签

songxiaohang há 1 ano atrás
pai
commit
739c11b58c
1 ficheiros alterados com 1 adições e 0 exclusões
  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"`
 }