- 权限
- 公用设置
- 基本信息
- 销售管理
- 采购管理
- 存货管理
- 生产管理
- 测试数据
- 工艺管理
查询
开发中
开发环境
http://192.168.0.18:30000
开发环境
http://192.168.0.18:30000
GET
/api/rgw/ProductMix/FindList
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
queryConditionsList
array [object {4}]
自定义查询
joinSymbol
string
连接符号 and or,默认and
field
string
查询字段
expression
string
= > < <= >=
value
string
值
sortList
array [object {2}]
必需
sidx
string
字段
sort
string
排序desc ase,默认desc
showSubbill
boolean
是否显示子单数据,默认false
currentPage
integer
第几页,默认1
pageSize
integer
每页数,默认10
示例
{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "QAA001",
"expression": "=",
"value": "CP001"
}
],
"sortList": [
{
"sidx": "QAA001",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.0.18:30000/api/rgw/ProductMix/FindList' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryConditionsList": [
{
"joinSymbol": "string",
"field": "QAA001",
"expression": "=",
"value": "CP001"
}
],
"sortList": [
{
"sidx": "QAA001",
"sort": "DESC"
}
],
"showSubbill": true,
"currentPage": 1,
"pageSize": 10
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
pagination
object
必需
list
array [object {2}]
必需
extras
null
必需
timestamp
integer
必需
timeConsuming
integer
必需
示例
{
"code": 200,
"msg": "操作成功",
"data": {
"pagination": {
"PageIndex": 1,
"PageSize": 10,
"Total": 1,
"pagination": null,
"list": null
},
"list": [
{
"sgmqaa": {
"QAA001": "F00001",
"QAA002": "",
"QAA003": 1,
"QAA004": "20220331",
"QAA005": "",
"QAA006": "T",
"QAA007": "",
"QAA008": "016",
"QAA009": "",
"QAA010": 0,
"QAA011": 0,
"QAA012": 0,
"QAA013": 0,
"QAA014": "",
"QAA015": "",
"QAA016": "",
"QAA017": "",
"QAA018": "",
"QAA019": "",
"QAA020": 0,
"QAA021": 0,
"QAA901": "Excel",
"QAA902": "2022-03-31 12:52:36.513",
"QAA903": "016",
"QAA904": "2024-07-17 16:10:28.750",
"QAA905": 1,
"QAA960": "(660B0075)J304L-025-",
"QAA961": "",
"QAA962": "",
"QAA963": "",
"QAA964": "",
"QAA965": "",
"QAA980": 0,
"QAA981": 0,
"QAA982": 0,
"QAA983": 0,
"QAA984": 0,
"QAA985": 0,
"QAA910": "",
"QAA911": "",
"QAA912": "",
"QAA913": "",
"QAA914": "",
"QAA915": "",
"QAA916": "",
"QAA917": "",
"QAA918": "",
"QAA919": "",
"QAA920": "",
"QAA921": "",
"QAA922": "",
"QAA923": "",
"QAA924": "",
"QAA925": "",
"QAA926": "",
"QAA927": "",
"QAA928": "",
"QAA929": "",
"QAA930": "",
"QAA931": "",
"QAA932": "",
"QAA933": "",
"QAA934": "",
"QAA935": ""
},
"sgmqabs": [
{
"QAB001": "F00001",
"QAB002": "0010",
"QAB003": "R00065-01",
"QAB004": "",
"QAB005": 1,
"QAB006": 1,
"QAB007": 0,
"QAB008": "",
"QAB009": "",
"QAB010": "",
"QAB011": "",
"QAB012": "",
"QAB013": "",
"QAB014": "",
"QAB015": "",
"QAB016": "",
"QAB017": "",
"QAB018": "",
"QAB019": 0,
"QAB020": 0,
"QAB021": "",
"QAB901": "Excel",
"QAB902": "2022-04-16 10:52:47.440",
"QAB903": "016",
"QAB904": "2022-11-05 10:33:41.700",
"QAB905": 1,
"QAB960": "",
"QAB961": "",
"QAB962": "",
"QAB963": "",
"QAB964": "",
"QAB965": "",
"QAB980": 0,
"QAB981": 0,
"QAB982": 0,
"QAB983": 0,
"QAB984": 0,
"QAB985": 0
}
]
}
]
},
"extras": null,
"timestamp": 1721287067995,
"timeConsuming": 0
}