using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using yunneiWCS.EnumDefine;
using yunneiWCS.SystemInteraction.mes2.dto;
namespace yunneiWCS.mes
{
///
/// MES推送接口
///
public class PushMesHandler
{
public static string mes_api_url = ConfigHelper.GetConfigString("MesUrl");//修改为配置文件 【EditBy shaocx,2022-01-27】
static HTTPService mes_api = new HTTPService(mes_api_url);//mes基地址
///
/// 给MES推送入库信息
///
///
///
public static ApiResponse