其他分享
首页 > 其他分享> > 订单从ftp写入到b2b

订单从ftp写入到b2b

作者:互联网

将订单从ftp写入到b2b

 

GetOrder(string UserPath, string LogPath, string ResponsePath, string LogResponsePath)
D:\User\VWMS\B2B\order
D:\Log\VWMS\B2B\order\2021\11\4
D:\User\VWMS\B2B\orderResponse
D:\Log\VWMS\B2B\orderResponse\2021\11\4

把订单xml先放在B2B\order中

系统会从B2B\order 文件(这个是设定的)中读取xml文件,

然后转移到B2B\order\2021\11\4(这个是代码根据时间产生的)

 

最后在orderResponse中都有xml

标签:xml,VWMS,orderResponse,string,ftp,写入,B2B,b2b,order
来源: https://www.cnblogs.com/ZkbFighting/p/15509009.html