index.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. export default {
  2. batch_truck: {
  3. realUrl: 'account/account_balance/batch_truck'
  4. },
  5. transfer_carrier: {
  6. realUrl: 'account/account_balance/transfer_carrier'
  7. },
  8. /** 运营策略中心 */
  9. strategy: {
  10. /** 运营平台新增车辆 */
  11. add_carnumber_oppc: {
  12. realUrl: '/strategy/truck/add_carnumber_oppc'
  13. },
  14. /** 通过userid获取绑定车辆列表 */
  15. find_binding_truck: {
  16. realUrl: 'strategy/truck/find_binding_truck'
  17. }
  18. },
  19. /** 账户中心 */
  20. account: {
  21. /** 获取长城奥扬提现账户列表 */
  22. list_gway: {
  23. realUrl: 'account/org_account/list_gway'
  24. },
  25. /** 分页查询公对公流水导出 */
  26. carreir_p2p_log_download: {
  27. realUrl: 'account/carreir_p2p_log/download',
  28. responseType: 'blob'
  29. }
  30. },
  31. /** 用户中心 */
  32. user: {
  33. /** 变更其他付款启用状态 */
  34. change_otherpay: {
  35. realUrl: 'user/carrier_account/change_otherpay'
  36. },
  37. /** 修改物流管理者账号 */
  38. edit_carrier: {
  39. realUrl: 'user/user/edit_carrier'
  40. },
  41. /** 重置密码 */
  42. reset_password: {
  43. realUrl: 'user/user/reset_password'
  44. },
  45. /** 解绑驾驶员 */
  46. truck_driver_remove: {
  47. realUrl: 'user/truck_driver_remove/remove'
  48. },
  49. /** 添加物流管理者 */
  50. add_carrier: {
  51. realUrl: 'user/user/add_carrier'
  52. },
  53. /** 添加物流驾驶员 */
  54. add_driver: {
  55. realUrl: 'user/user/add_driver'
  56. },
  57. /** 运营平台-修改组织状态 */
  58. edit_status: {
  59. realUrl: 'user/org/edit_status'
  60. },
  61. /** 物流公司合同签约 */
  62. carrier_contract: {
  63. realUrl: 'user/org/carrier_contract'
  64. },
  65. /** 物流管理者刷新token(完成物流认证后,需要刷新增加org信息) */
  66. refresh_carrier_token: {
  67. realUrl: 'user/oauth/refresh_carrier_token'
  68. },
  69. /** 新增驾驶员 */
  70. add_drivers: {
  71. realUrl: 'user/driver_white_list/add_drivers'
  72. },
  73. /** 导入用户 */
  74. import_user: {
  75. realUrl: 'user/import/import_user'
  76. },
  77. /** 获取物流公司的所有信息(包含基本信息,认证信息,授权信息等) */
  78. get_carrier_info: {
  79. realUrl: 'user/org/get_carrier_info'
  80. },
  81. /** 道路运输许可证发起认证 */
  82. road_transport_up: {
  83. realUrl: 'user/org_pic/road_transport_up'
  84. },
  85. /** 物流开票补充信息保存 */
  86. carrier_fp_save: {
  87. realUrl: 'user/org/carrier_fp_save'
  88. },
  89. /** 根据关键字获取银行列表 */
  90. list_by_keywords: {
  91. realUrl: 'user/bank/list_by_keywords'
  92. },
  93. /** 道路运输许可证运营审核 */
  94. road_transport_audit: {
  95. realUrl: 'user/org_pic/road_transport_audit'
  96. }
  97. },
  98. /** 消息中心 */
  99. message: {
  100. /** OCR识别信息 */
  101. orc: {
  102. realUrl: 'message/ocr/orc'
  103. }
  104. },
  105. /** 支付中心 */
  106. pay: {
  107. /** 提现协议查询 */
  108. query_withdraw_protocol: {
  109. realUrl: 'pay/member/query_withdraw_protocol'
  110. },
  111. /** 物流认证通联(会员创建+开户认证+营业执照和法人身份证上传) */
  112. carrier_open_account: {
  113. realUrl: 'pay/member/carrier_open_account'
  114. },
  115. /** 转账授权 */
  116. sign_balance_protocol: {
  117. realUrl: 'pay/member/sign_balance_protocol'
  118. },
  119. /** 提现授权 */
  120. sign_withdraw_protocol: {
  121. realUrl: 'pay/member/sign_withdraw_protocol'
  122. },
  123. /** 企业绑定对公户 */
  124. bind_bank: {
  125. realUrl: '/pay/member/bind_bank'
  126. }
  127. }
  128. }