不需要token的API添加可选参数token(以便转入时能输出token信息)
This commit is contained in:
@@ -31,6 +31,7 @@ func (c *SkuController) GetVendorCategories() {
|
||||
|
||||
// @Title 得到商品类别
|
||||
// @Description 得到商品类别(区别于厂商家SKU类别)
|
||||
// @Param token header string false "认证token"
|
||||
// @Param parentID query int false "父ID,-1表示所有,缺省为-1"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
|
||||
Reference in New Issue
Block a user