| | |
| | | { |
| | | public class AGVAPIAddress |
| | | { |
| | | public const string ip = "http://192.168.12.204:5000/"; |
| | | /// <summary> |
| | | /// 瀹屾暣AGV浠诲姟涓嬪彂鍦板潃 |
| | | /// </summary> |
| | | public const string IPAddress_AGVTask = "http://192.168.12.204:5000/api/TaskCreat/CreatTask"; |
| | | public const string IPAddress_AGVTask = ip + "api/TaskCreat/CreatTask"; |
| | | /// <summary> |
| | | /// AGV璧风偣浠诲姟涓嬪彂鍦板潃 |
| | | /// </summary> |
| | | public const string IPAddress_AGVFromaddTask = "http://192.168.12.204:5000/api/TaskCreat/CreatGetPalletTask"; |
| | | public const string IPAddress_AGVFromaddTask = ip + "api/TaskCreat/CreatGetPalletTask"; |
| | | /// <summary> |
| | | /// AGV缁堢偣浠诲姟涓嬪彂鍦板潃 |
| | | /// </summary> |
| | | public const string IPAddress_AGVToaddTask = "http://192.168.12.204:5000/api/TaskCreat/CreatPutPalletTask"; |
| | | public const string IPAddress_AGVToaddTask = ip + "api/TaskCreat/CreatPutPalletTask"; |
| | | } |
| | | } |