curl --location --request GET '/api/v1/inspect/spPoint/info?id=1' \
--header 'Token: {{TOKEN}}'
{
"code":200,
"data":null,
"message":"操作成功!",
"result":{
"brandId":6789,//品牌id
"brandName":"品牌Y",//品牌名称
"deviceId":12345,//设备id
"deviceModel":"ModelX-1234",//设备型号
"deviceName":"生产设备A",//设备名称
"deviceNumber":"DEV001",//设备编号
"id":1,
"isEnabled":1,//是否可用
"methodsAndStandards":"使用专业工具,按照标准流程进行检查",//作业方法和标准
"picUrl":"http://example.com/images/device_inspection.jpg",//标准图片
"pointName":"设备日常点检",//点检标准名称*:
"pointNum":"PNT002",//点检标准编号:
"pointRecord":"记录A,记录B,记录C",//点巡检记录:
"projectContent":"检查设备运行状态,确保无异常",//项目内容
"remark":"",//备注
"type":0,//类型 0-点检库 1-自制库 2-模版池
},
"success":true,
"timestamp":"1731980977687"
}