Web/src/api/wcs/wcsPlc.ts
@@ -5,6 +5,7 @@ UpdateWcsPlc = '/api/wcsPlc/update', PageWcsPlc = '/api/wcsPlc/page', DetailWcsPlc = '/api/wcsPlc/detail', ListStatus='/api/wcsPlc/ListStatus' } // 增加PLC @@ -48,3 +49,10 @@ }); // 获取PLC连接状态和服务状态 export const listStatus = () => request({ url: Api.ListStatus, method: 'get' });