This commit is contained in:
laodaming 2023-09-12 15:37:22 +08:00
parent 983492f7b1
commit 7c6f8c5594
2 changed files with 2 additions and 4 deletions

View File

@ -333,7 +333,6 @@ type PriceItem struct {
type GetSizeByPidReq struct {
Pid string `form:"pid"`
TemplateTag string `form:"template_tag"`
}
type GetSizeByPidRsp struct {

View File

@ -379,7 +379,6 @@ type PriceItem {
//获取产品尺寸列表
type GetSizeByPidReq {
Pid string `form:"pid"`
TemplateTag string `form:"template_tag"`
}
type GetSizeByPidRsp {
Id int64 `json:"id"` //尺寸id