This commit is contained in:
邹宗楠
2025-12-23 09:23:14 +08:00
parent 6bbb9ee5ab
commit d59afef720
5 changed files with 68764 additions and 68721 deletions

View File

@@ -13375,6 +13375,20 @@
"description": "排序方式,订单中粮,[DESC,ASC]",
"required": true,
"type": "string"
},
{
"in": "query",
"name": "offset",
"description": "门店列表起始序号以0开始缺省为0",
"type": "integer",
"format": "int64"
},
{
"in": "query",
"name": "pageSize",
"description": "门店列表页大小缺省为50-1表示全部",
"type": "integer",
"format": "int64"
}
],
"responses": {