fix
This commit is contained in:
@@ -17,5 +17,5 @@ service shopping-cart-confirmation {
|
||||
type CartAddReq {
|
||||
DesignId string `json:"design_id"` //设计sn
|
||||
BuyNum int64 `json:"buy_num"` //购买数量
|
||||
IsCheck int64 `json:"isCheck,optional"`
|
||||
IsCheck int64 `json:"is_check,optional"`
|
||||
}
|
||||
Reference in New Issue
Block a user