From 5999e9c77ee30a7090ed7f6cdd07d82fe9a4015b Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期三, 11 九月 2024 08:44:06 +0800 Subject: [PATCH] Merge branch 'master' into liudl --- Web/src/api/wcs/wcsDevice.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Web/src/api/wcs/wcsDevice.ts b/Web/src/api/wcs/wcsDevice.ts index 4561735..fe7baa5 100644 --- a/Web/src/api/wcs/wcsDevice.ts +++ b/Web/src/api/wcs/wcsDevice.ts @@ -8,6 +8,7 @@ GetWcsPlcPlcIdDropdown = '/api/wcsDevice/WcsPlcPlcIdDropdown', GeneratePos = '/api/wcsDevice/GeneratePos', ListWcsDevice = '/api/wcsDevice/list', + WriteValue = '/api/wcsdevice/writeValue', GetWcsPackPlcList='/api/wcsDevice/WcsPackPlcList', GetWcsPackStationPlcList='/api/wcsDevice/WcsPackStationPlcList', @@ -101,4 +102,11 @@ url: Api.CloseTaskForPLC, method: 'post', data: params, +}); +//鍐欏叆鍊� +export const writeValue = (params?: any) => + request({ + url: Api.WriteValue, + method: 'post', + data: params, }); \ No newline at end of file -- Gitblit v1.8.0