fix
This commit is contained in:
parent
54b4c22d25
commit
b262f76d24
|
@ -37,7 +37,7 @@ type SearchResp struct {
|
|||
type CreateReq struct {
|
||||
Name string `json:"name" validate:"required"`
|
||||
Price int64 `json:"price" validate:"required"`
|
||||
ProductUrl string `json:"product_url" validate:"required"`
|
||||
ProductUrl string `json:"product_url"`
|
||||
Type int64 `json:"type" validate:"required"`
|
||||
ExtendParameter string `json:"extend_parameter"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue