- GetStore store map query cond changed.

This commit is contained in:
gazebo
2018-10-23 11:20:44 +08:00
parent 629bf9e055
commit e8b68d4ccb
2 changed files with 110 additions and 96 deletions

View File

@@ -23,10 +23,10 @@ type StoreController struct {
// @Param tel query string false "电话"
// @Param fromStatus query int false "查询起始状态(-1禁用0休息关店1正常开店"
// @Param toStatus query int false "查询结束状态(-1禁用0休息关店1正常开店"
// @Param vendorStoreCond query string false "查询关联门店的条件(如果此字段没有设置,jdCondelmCond与ebaiCond无效andor指的是jdCondelmCondebaiCod这三个条件间的关系,这组条件与其它条件都是与的关系"
// @Param jdCond query int false "京东关联条件-1没有关联0不限定1有关联缺省为0"
// @Param elmCond query int false "饿了么关联条件,-1没有关联0不限定1有关联缺省为0"
// @Param ebaiCond query int false "饿百关联条件-1没有关联0不限定1有关联缺省为0"
// @Param vendorStoreCond query string false "查询关联门店的条件(如果此字段没有设置,vendorStoreConds无效andor指的是vendorStoreConds里的条件间的关系,这组条件与其它条件都是与的关系"
// @Param vendorStoreConds query string false "为厂商条件对象{vendorID: cond}注意vendorID是字符串形式cond-1没有关联0不限定1有关联缺省为0"
// @Param courierStoreCond query string false "查询关联门店的条件如果此字段没有设置courierStoreConds无效andor指的是courierStoreConds里的条件间的关系这组条件与其它条件都是与的关系"
// @Param courierStoreConds query string false "为厂商条件对象{vendorID: cond}注意vendorID是字符串形式cond-1没有关联0不限定1有关联缺省为0"
// @Param offset query int false "门店列表起始序号以0开始缺省为0"
// @Param pageSize query int false "门店列表页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult