1.URL

http://124.223.60.234:8080/system/maintenance/supplier/queryMaintenanceSupplierListForSelect

2.请求参数

2.1请求头

token:对应登录验证成功后,data里面对应的tokenId

2.2.参数示例

{
    "orgId":"913B4494019843B29E1FB0DAEF64C2BB",
    "key":""
}

2.3.参数说明

字段 类型 说明 是否必须
orgId String 组织唯一标识 Y
key String 模糊查询Key Y

3.接口应答

3.1.返回示例

{
    "code": 200,
    "message": "Operation succeeded",
    "data": [
        {
            "id": "41415068A1434A258ABE0AA22FB361AD",
            "name": "TOYOTA",
            "contact": "Mr.Lip",
            "phoneNum": "+221021251515",
            "email": "leae_iot@163.com"
        },
        {
            "id": "969C410D86A24F6E8F0530056F732E79",
            "name": "BYD",
            "contact": "Mr.Lip",
            "phoneNum": "+221021251515",
            "email": "leae_iot@163.com"
        }
    ]
}

3.2.返回结果说明

字段 类型 说明
code int 返回状态
message String 返回结果描述
data object 返回结果体

data说明

字段 类型 说明
id String 唯一标识
supplierTypeId String 供应商类型ID
supplierType String 供应商类型
name String 供应商名称
contact String 联系人
phoneNum String 联系电话
email String 联系邮箱
Author:admin  Create time:2025-11-10 15:24
Last editor:admin  Update time:2025-11-24 14:17