提交 f724dbe7 authored 作者: zhanglibo's avatar zhanglibo

淘特

上级 51b7b6dd
......@@ -139,10 +139,10 @@ type OrderCreateItem struct {
}
type OrderCreateDto struct {
GoodsID int64 `json:"itemId"`
SkuId int64 `json:"skuId"`
Quantity int `json:"buyQuantity"`
GoodsSn string `json:"orderLineId"`
GoodsID int64 `json:"itemId"`
SkuId int64 `json:"skuId"`
Quantity int `json:"buyQuantity"`
LineId int64 `json:"orderLineId"`
}
type OrderCreateRes struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论