app.php 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. use think\facade\Route;
  3. //账号
  4. //route::rule('login', 'abutment/Account/login');//供应商登录
  5. //route::rule('getUserInfo', 'abutment/Account/getUserInfo');
  6. //基础信息
  7. route::rule('getPlatformList', 'abutment/Index/getPlatformList');//推广平台列表
  8. route::rule('getCatList', 'abutment/Index/getCatList');//获取分类列表
  9. route::rule('getBrandList', 'abutment/Index/getBrandList');//获取品牌列表
  10. route::rule('brandList', 'abutment/Index/brandList');//获取品牌列表-前端
  11. route::rule('getUnitList', 'abutment/Index/getUnitList');//获取单位列表
  12. route::rule('getSpecsTitleList', 'abutment/Index/getSpecsTitleList');//获取规格类型列表
  13. route::rule('getSpecsValueByTitleList', 'abutment/Index/getSpecsValueByTitleList');//获取规格值列表
  14. route::rule('getAreaList', 'abutment/Index/getAreaList');//获取省市区列表
  15. route::rule('getCompanyNoList', 'abutment/Index/getCompanyNoList');//获取业务公司编码
  16. route::rule('businessList', 'abutment/Index/businessList');//获取业务公司编码-前端
  17. route::rule('getExclusiveList', 'abutment/Index/getExclusiveList');//专属类型列表
  18. route::rule('uploadImg', 'abutment/Index/uploadImg');//上传图片
  19. //商品模块
  20. route::rule('getGoodList', 'abutment/Good/list');//商品列表
  21. route::rule('createGood', 'abutment/Good/createGood');//创建商品
  22. route::rule('updateGoodBasicsInfo', 'abutment/Good/updateGoodBasicsInfo');//修改商品基础信息
  23. route::rule('updateGoodPriceInfo', 'abutment/Good/updateGoodPriceInfo');//修改商品价格信息
  24. route::rule('getGoodDetail', 'abutment/Good/read');//获取商品详情
  25. route::rule('createSpec', 'abutment/Good/createSpec');//创建规格值
  26. route::rule('allSpec', 'abutment/Good/allSpec');//所有规格值
  27. route::rule('editGoodUp', 'abutment/Good/editGoodUp');//修改商品成本全部信息
  28. route::rule('catInfo', 'abutment/Good/catInfo');//分类信息
  29. route::rule('goldPriceLastList', 'abutment/Good/goldPriceLastList');//实时金价列表
  30. route::rule('goldLinst', 'abutment/Good/linst');//贵金属种类列表
  31. route::rule('catList', 'abutment/Good/wlist');//分类列表
  32. route::rule('catListTitle', 'abutment/Good/title');//分类列表-全部
  33. route::rule('checkIsUpdate', 'abutment/Good/checkIsUpdate');//判断是否允许修改成本信息和基础信息
  34. route::rule('goodCopy', 'abutment/Good/copy');//上线商品复制
  35. route::rule('goodInfo', 'abutment/Good/info');//上线商品详情
  36. //销售订单(采销的采购单)
  37. route::rule('getOrderList', 'abutment/Order/getList');//列表
  38. route::rule('getOrderInfo', 'abutment/Order/info');//详情
  39. route::rule('changeOrderStatus', 'abutment/Order/status');//订单确认
  40. route::rule('addOrderIn', 'abutment/Order/add');//订单批量入库
  41. route::rule('exportCgdList', 'abutment/Order/exportCgdList');//订单批量导出
  42. route::rule('saleOutList', 'abutment/Sale/saleout');//发货单列表
  43. route::rule('saleOutInfo', 'abutment/Sale/saleOutInfo');//发货单详情
  44. route::rule('outSend', 'abutment/Sale/outSend');//发货单库管发货
  45. route::rule('outSendBatchByImport', 'abutment/Sale/outSendBatchByImport');//发货单库管批量发货
  46. route::rule('goodZxInfo', 'abutment/Sale/goodzxinfo');//咨询商品详情
  47. route::rule('exportSaleOut', 'abutment/Sale/exportSaleOut');//发货申请单导出
  48. route::rule('outInfo', 'abutment/Sale/outInfo');//发货申请单详情
  49. route::rule('getGoodZxInfoByNotZixun', 'abutment/Sale/getGoodZxInfoByNotZixun');//获取采反商品详情,当数据不在good_zixun中,模仿goodzxinfo
  50. //竞价单
  51. route::rule('crontabList', 'abutment/Consult/crontablist');//招标工作台列表
  52. route::rule('consultZxInfo', 'abutment/Consult/zxinfo');//招标工作台详情
  53. route::rule('consultBidList', 'abutment/Consult/bidlist');//招标工作台商品列表
  54. route::rule('consultCreate', 'abutment/Consult/create');//创建采反商品
  55. route::rule('consultBidListCopy', 'abutment/Consult/bidlistCopy');//咨询采反查询
  56. route::rule('consultFeadInfo', 'abutment/Consult/feadinfo');//反馈商品详情
  57. route::rule('consultFeadback', 'abutment/Consult/feadback');//反馈商品添加
  58. route::rule('consultFeadEdit', 'abutment/Consult/feededit');//反馈商品编辑