This commit is contained in:
苏尹岚
2021-04-13 18:13:05 +08:00
parent b074de535b
commit 5efc05444f
3 changed files with 22 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ type StoreController struct {
// @Param brandID query int false "品牌ID"
// @Param marketManPhones query string false "市场负责人电话们"
// @Param earningType query int false "结算方式1为报价2为扣点"
// @Param isBussinessStatus query bool false "查不查门店上下线状态"
// @Param offset query int false "门店列表起始序号以0开始缺省为0"
// @Param pageSize query int false "门店列表页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult