1.URL
http://124.223.60.234:8080/system/maintenance/supplier/queryMaintenanceSupplierListIncludeChild
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"orgId":"F940B79790004404AAC277418FC71C5E",
"queryType":0,
"key":"",
"pageNum":1,
"pageSize":20
}
2.3.参数说明
| 字段 | 类型 | 说明 | 是否必须 |
|---|---|---|---|
| orgId | String | 组织唯一标识 | Y |
| queryType | int | 查询类型(0:查询当前组织及子组织;1:仅查询当前组织) | Y |
| key | String | 模糊查询Key | Y |
| pageNum | int | 分页查询当前页码,默认1 | Y |
| pageSize | int | 分页查询每页显示条数,默认20 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"total": 2,
"size": 1,
"data": [
{
"id": "969C410D86A24F6E8F0530056F732E79",
"orgId": "913B4494019843B29E1FB0DAEF64C2BB",
"orgName": "BSJ",
"name": "BYD",
"contact": "Mr.Lip",
"phoneNum": "+221021251515",
"email": "leae_iot@163.com",
"address": "中国深圳市南山区西丽超核总部基地",
"descInfo": "1111111111",
"createTime": "2025-11-10 07:09:52",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": "LEAVE"
},
{
"id": "41415068A1434A258ABE0AA22FB361AD",
"orgId": "913B4494019843B29E1FB0DAEF64C2BB",
"orgName": "BSJ",
"name": "TOYOTA",
"contact": "Mr.Lip",
"phoneNum": "+221021251515",
"email": "leae_iot@163.com",
"address": "中国深圳市南山区西丽超核总部基地",
"descInfo": "xxxxxxxxxxxx",
"createTime": "2025-11-10 07:07:20",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": "LEAVE"
}
]
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| total | String | 总条数 |
| size | String | 多少页 |
| data | object | 每页的结果集合 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| id | String | 唯一标识 |
| orgId | String | 公司唯一标识 |
| orgName | String | 公司名称 |
| supplierTypeId | String | 供应商类型ID |
| supplierType | String | 供应商类型 |
| name | String | 供应商名称 |
| contact | String | 联系人 |
| phoneNum | String | 联系电话 |
| String | 联系邮箱 | |
| address | String | 供应商地址 |
| descInfo | String | 描述 |
| createTime | String | 创建时间 |
| creatorId | String | 创建用户唯一标识 |
| creator | String | 创建用户 |
Author:admin Create time:2025-11-10 15:22
Last editor:admin Update time:2025-11-24 14:17
Last editor:admin Update time:2025-11-24 14:17