|
|
@@ -234,7 +234,7 @@ func (self *ProductController) GetNeedShare() {
|
|
|
|
|
|
//获取某个商品关联规格列表
|
|
|
func (self *ProductController) GetProductSizesByPid() {
|
|
|
- _id := self.Ctx.Input.Param(":product_id")
|
|
|
+ _id := self.Ctx.Input.Param(":id")
|
|
|
pId, _ := strconv.ParseInt(_id, 10, 64)
|
|
|
|
|
|
type Ret struct {
|