取消GetStores,GetStoreVendorMaps的token要求

This commit is contained in:
gazebo
2020-02-21 11:13:24 +08:00
parent a8382e99a6
commit 6db018debb
4 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ type StoreController struct {
// @Title 得到京西门店信息
// @Description 得到京西门店信息,如下条件之间是与的关系
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"
// @Param storeID query int false "门店ID"
// @Param startStoreID query int false "起始门店ID"
@@ -137,7 +137,7 @@ func (c *StoreController) CreateStore() {
// @Title 得到门店映射信息
// @Description 得到门店映射信息
// @Param token header string true "认证token"
// @Param token header string false "认证token"
// @Param storeID query int true "门店ID"
// @Param vendorID query int false "厂商ID缺省为全部"
// @Success 200 {object} controllers.CallResult