flux.php 788 B

12345678910111213141516171819202122232425262728
  1. <?php
  2. use Illuminate\Http\Request;
  3. /*
  4. 文件地址前缀:/api/thirdPart/flux/receive
  5. */
  6. Route::post('receive/new', "ReceiveController@new_");//增加新波次消息
  7. //accomplishToWMS() 发往WMS的完成单
  8. /*
  9. 文件地址前缀:/api/thirdPart/flux/package
  10. */
  11. Route::post('package/new', "PackageController@new_");//增加新波次消息
  12. //accomplishToWMS() 发往WMS的称重和纸条包裹信息
  13. /*
  14. 文件地址前缀:/api/thirdPart/flux/process
  15. */
  16. //请求数据,查询库单据是否存在
  17. Route::post('process/getProcessContent', "ProcessController@getProcessContent");//增加新波次消息
  18. /*
  19. 文件地址前缀:/api/thirdPart/flux/waybill
  20. */
  21. //请求数据,查询库单据是否存在
  22. Route::post('waybill/new', "WaybillController@new_");//增加运输单消息