不需要token的API添加可选参数token(以便转入时能输出token信息)

This commit is contained in:
gazebo
2019-11-28 10:32:54 +08:00
parent 412fe44d32
commit 4ca1f56cb6
5 changed files with 7 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ func (c *StoreSkuController) GetStoreSkus() {
// @Title 得到商家商品信息
// @Description 得到商家商品信息,如下条件之间是与的关系。对于没有认领的商品,按城市限制。但对于已经认领的商品就不限制了,因为已经在平台上可售,可以操作(改价等等)
// @Param token header string false "认证token"
// @Param storeIDs query string false "门店ID"
// @Param isFocus query bool true "是否已关注(认领)"
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"