- cms store management.
This commit is contained in:
@@ -11,7 +11,7 @@ type SkuController struct {
|
||||
|
||||
// @Title 得到厂商商品类别
|
||||
// @Description 得到厂商商品类别(区别于商家SKU类别)
|
||||
// @Param token header string true "认证toke"
|
||||
// @Param token header string true "认证token"
|
||||
// @Param vendorID query int true "厂商ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
@@ -25,7 +25,7 @@ func (c *SkuController) GetVendorCategories() {
|
||||
|
||||
// @Title 得到商品相关的一些基础信息
|
||||
// @Description 得到商品相关的一些基础信息,包括unit列表,specUnit列表
|
||||
// @Param token header string true "认证toke"
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetSkuMetaInfo [get]
|
||||
|
||||
Reference in New Issue
Block a user