南骏 池
5 天以前 4910c0fa81d93635e19a57c073c3a62c76053320
Controllers/AGV/AgvApiController.cs
@@ -135,7 +135,7 @@
            var factory = new ChannelFactory<IImesInterface>(binding, endpoint);
            var channel = factory.CreateChannel();
            string result = channel.DefineTask_005();
            string result = channel.DefineTask_005(2);
            ((IClientChannel)channel).Close();
            return new ResponseResult
@@ -209,7 +209,7 @@
    //立库呼叫
    [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_005",
                  ReplyAction = "http://tempuri.org/ImesInterface/DefineTask_005Response")]
    string DefineTask_005();
    string DefineTask_005(int Postition);
    //立库入库
    [OperationContract(Action = "http://tempuri.org/ImesInterface/DefineTask_006",