| | |
| | | var result = apiHelper.Post(baseUrl + "api/engine/tasks/iostates/", JsonConvert.SerializeObject(data)); |
| | | var dataResult = JsonConvert.DeserializeObject<gzResult<IOStatesInfoResult>>(result); |
| | | } |
| | | |
| | | |
| | | // DOC 1. 创建订单 WMS->RCS |
| | | public static int CreateOrder(string taskNo, int priority, string param, string ts = "churuku", string created_user = "hanhe") { |
| | | LogHelper.Info($"CreateOrder参数信息:taskNo:{taskNo},priority:{priority},param:{param},ts:{ts},created_user:{created_user}", "API"); |
| | |
| | | public int interaction_info_id { get; set; } |
| | | public string type_name { get; set; } = "GET_DST"; |
| | | public string info_status { get; set; } |
| | | public string return_value { get; set; } |
| | | public string return_value { get; set; } = ""; |
| | | } |
| | | public class interaction_state |
| | | { |