This commit is contained in:
suyl
2021-06-03 18:11:27 +08:00
parent e0bba30696
commit 6a0e97f555
2 changed files with 15 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ type StoreController struct {
// @Param storeLevels query string false "门店等级"
// @Param brandID query int false "品牌ID"
// @Param marketManPhones query string false "市场负责人电话们"
// @Param jdPhone query string false "京东运营负责人电话"
// @Param mtPhone query string false "美团运营负责人电话"
// @Param ebaiPhone query string false "饿百运营负责人电话"
// @Param earningType query int false "结算方式1为报价2为扣点"
// @Param isBussinessStatus query bool false "查不查门店上下线状态"
// @Param offset query int false "门店列表起始序号以0开始缺省为0"