订单从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中

D:\User\VWMS\B2B\order

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

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

 D:\Log\VWMS\B2B\order\2021\11\18

最后在orderResponse中都有xml

posted @ 2021-11-04 16:53  ProZkb  阅读(31)  评论(0编辑  收藏  举报