- formalize pageSize.

This commit is contained in:
gazebo
2018-10-15 16:20:06 +08:00
parent f5ce323114
commit df19812e97
10 changed files with 34 additions and 47 deletions

View File

@@ -28,7 +28,7 @@ type StoreController struct {
// @Param elmCond query int false "饿了么关联条件,-1没有关联0不限定1有关联缺省为0"
// @Param ebaiCond query int false "饿百关联条件,-1没有关联0不限定1有关联缺省为0"
// @Param offset query int false "门店列表起始序号以0开始缺省为0"
// @Param pageSize query int false "门店列表页大小缺省为50"
// @Param pageSize query int false "门店列表页大小缺省为50-1表示全部"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetStores [get]