1
This commit is contained in:
138377
swagger/param_parser.go.txt
138377
swagger/param_parser.go.txt
File diff suppressed because it is too large
Load Diff
@@ -11645,6 +11645,12 @@
|
||||
"description": "京西门店ID列表[1,2,3],缺省不限制",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "fromStoreIDs",
|
||||
"description": "物料京西门店ID列表[1,2,3],缺省不限制",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "statuss",
|
||||
@@ -11832,6 +11838,12 @@
|
||||
"description": "京西门店ID列表[1,2,3],缺省不限制",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "fromStoreIDs",
|
||||
"description": "物料京西门店ID列表[1,2,3],缺省不限制",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "statuss",
|
||||
|
||||
@@ -7893,6 +7893,10 @@ paths:
|
||||
name: storeIDs
|
||||
description: 京西门店ID列表[1,2,3],缺省不限制
|
||||
type: string
|
||||
- in: query
|
||||
name: fromStoreIDs
|
||||
description: 物料京西门店ID列表[1,2,3],缺省不限制
|
||||
type: string
|
||||
- in: query
|
||||
name: statuss
|
||||
description: 订单状态列表[1,2,3],缺省不限制
|
||||
@@ -8019,6 +8023,10 @@ paths:
|
||||
name: storeIDs
|
||||
description: 京西门店ID列表[1,2,3],缺省不限制
|
||||
type: string
|
||||
- in: query
|
||||
name: fromStoreIDs
|
||||
description: 物料京西门店ID列表[1,2,3],缺省不限制
|
||||
type: string
|
||||
- in: query
|
||||
name: statuss
|
||||
description: 订单状态列表[1,2,3],缺省不限制
|
||||
|
||||
Reference in New Issue
Block a user