提交 9811d176 authored 作者: 张立波's avatar 张立波

tmv3 OrderCreate

上级 47a0b485
......@@ -17,21 +17,8 @@ type OrderCreateReq struct {
}
type OrderCreateRes struct {
OuterPurchaseOrderId string `json:"outerPurchaseOrderId"`
DeliveryAddress struct {
DivisionCode string `json:"divisionCode"`
AddressDetail string `json:"addressDetail"`
ReceiverPhone string `json:"receiverPhone"`
Receiver string `json:"receiver"`
TownDivisionCode string `json:"townDivisionCode"`
} `json:"deliveryAddress"`
BuyerId string `json:"buyerId"`
ProductList []struct {
Quantity int `json:"quantity"`
ProductId string `json:"productId"`
PurchaserId string `json:"purchaserId"`
SkuId string `json:"skuId"`
} `json:"productList"`
RequestId string `json:"requestId"`
PurchaseOrderId string `json:"purchaseOrderId"`
}
// Create 创建采购单
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论