11
This commit is contained in:
parent
983492f7b1
commit
7c6f8c5594
@ -332,8 +332,7 @@ type PriceItem struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GetSizeByPidReq struct {
|
type GetSizeByPidReq struct {
|
||||||
Pid string `form:"pid"`
|
Pid string `form:"pid"`
|
||||||
TemplateTag string `form:"template_tag"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetSizeByPidRsp struct {
|
type GetSizeByPidRsp struct {
|
||||||
|
@ -378,8 +378,7 @@ type PriceItem {
|
|||||||
}
|
}
|
||||||
//获取产品尺寸列表
|
//获取产品尺寸列表
|
||||||
type GetSizeByPidReq {
|
type GetSizeByPidReq {
|
||||||
Pid string `form:"pid"`
|
Pid string `form:"pid"`
|
||||||
TemplateTag string `form:"template_tag"`
|
|
||||||
}
|
}
|
||||||
type GetSizeByPidRsp {
|
type GetSizeByPidRsp {
|
||||||
Id int64 `json:"id"` //尺寸id
|
Id int64 `json:"id"` //尺寸id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user