This commit is contained in:
suyl
2021-05-20 16:44:53 +08:00
parent 68b74c6d68
commit 037e6af401

View File

@@ -1029,7 +1029,7 @@ func (c *StoreController) CreateVendorStore() {
// @Title 查询品牌店铺
// @Description 查询品牌店铺
// @Param token header string false "认证token"
// @Param name query string true "品牌名"
// @Param name query string false "品牌名"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetBrandStore [get]