Explorar el Código

本地环境不验签

songxiaohang hace 1 año
padre
commit
739c11b58c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"`
 }