|
|
@@ -49,6 +49,9 @@ export const IotDeviceApi = {
|
|
|
getCompany: async (params:any) => {
|
|
|
return await request.get({ url: `/rq/iot-device/company?id=`+params})
|
|
|
},
|
|
|
+ getCompanyByDevice: async (params:any) => {
|
|
|
+ return await request.get({ url: `/rq/iot-device/company/`+params})
|
|
|
+ },
|
|
|
getMaxCode: async (params:any) => {
|
|
|
return await request.get({ url: `/rq/iot-device/max?yfCode=`+params})
|
|
|
},
|