This commit is contained in:
laodaming
2023-09-12 17:05:41 +08:00
parent ff656ba420
commit 4a09fc3955
5 changed files with 15 additions and 10 deletions

View File

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