联调app
This commit is contained in:
@@ -212,10 +212,30 @@ export const lineTree = (params) => {
|
||||
url: '/cs-device-boot/csLedger/lineTree',
|
||||
method: 'POST',
|
||||
data: {
|
||||
type:'engineering'
|
||||
type: 'engineering',
|
||||
},
|
||||
// header: {
|
||||
// 'Content-Type': 'application/json',
|
||||
// },
|
||||
})
|
||||
}
|
||||
// 查询工程
|
||||
export const queryEngineeringPage = (params) => {
|
||||
return request({
|
||||
url: '/cs-device-boot/engineering/queryEngineeringPage',
|
||||
method: 'POST',
|
||||
data: params,
|
||||
header: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
})
|
||||
}
|
||||
// 通过ndid查询出厂设备
|
||||
export const queryEquipmentByndid = (params) => {
|
||||
return request({
|
||||
url: '/cs-device-boot/EquipmentDelivery/queryEquipmentByndid',
|
||||
method: 'POST',
|
||||
data: params,
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user