config.js 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. var params = require('./params.js');
  2. var api_web_url = params.api_web_url;
  3. var up_img_url = params.up_img_url;
  4. const gps_url = params.gps_url;
  5. const map_url = params.map_url;
  6. const api_admin_url = params.api_admin_url;
  7. const help_api_web_url = params.help_api_web_url;
  8. var config = {
  9. APP_VERSION: '1.4.2024091201',
  10. APP_DESC: '优化小程序',
  11. QQ_MAP_KEY: 'Q7DBZ-BQH65-MEMIO-Q7LEF-S43Z3-G6B34',
  12. // 腾讯地图api key
  13. QINIU_SITE: 'http://qiniu.uwenya.cc/',
  14. // 拉取图片地址
  15. QINIU_UPLOAD_SITE: 'https://upload.qiniup.com/',
  16. // 七牛上传地址
  17. API_QINIU_UP_IMG_TOKEN: up_img_url + '?r=qiniu/token',
  18. // 获取上传token
  19. API_INDEX_APP_CONFIG: api_web_url + '?r=index/app-config',
  20. API_USER_LOGIN: api_web_url + '/user/login',
  21. API_USER_INFO: api_web_url + '/user/info',
  22. API_USER_VERIFY_CODE: api_web_url + '/user/verify-code',
  23. API_USER_REGISTER: api_web_url + '/user/register',
  24. API_USER_CHANGE_PASSWORD: api_web_url + '/user/change-password',
  25. API_USER_GROUP_LIST: api_web_url + '/user/group-list',
  26. API_USER_USER_INFO: api_web_url + '?r=user/user-info',
  27. API_USER_FIRST_CHILDREN: api_web_url + '?r=user/first-children',
  28. API_RENEW_LIST: api_web_url + 'device/sim-renew-list',
  29. API_BATTERY_LIST: api_web_url + '/device/list',
  30. API_BATTERY_ICON_LIST: api_web_url + '/device/icon-list',
  31. API_BATTERY_TRANSFER: api_web_url + '?r=battery/transfer',
  32. API_BATTERY_BTYPE_LIST: api_web_url + '?r=battery/type-list',
  33. API_BATTERY_BATCH_EDIT: api_web_url + '?r=battery/batch-edit',
  34. API_BATTERY_SEARCH: api_web_url + '/device/group-search',
  35. API_BATTERY_SET_INFO: api_web_url + '/device/set-info',
  36. API_BATTERY_RELEASE_USER: api_web_url + '?r=battery/release-user',
  37. API_BATTERY_SEND_COMMAND: api_web_url + '/device/send-command',
  38. API_BATTERY_COMMAND_LIST: api_web_url + '/device/command-list',
  39. API_BATTERY_BIND: api_web_url + '/device/bind',
  40. API_BATTERY_UNBIND: api_web_url + '/device/unbind',
  41. API_BATTERY_MILLIST: api_web_url + '/device/milday-list',
  42. API_BMS_STATE: api_web_url + '/bms/state',
  43. API_BMS_SET: api_web_url + '/bms/set',
  44. API_BMS_READ: api_web_url + '/bms/read',
  45. API_BMS_CHARGING_MOS: api_web_url + '/bms/charging-mos',
  46. API_BMS_DISCHARGARGE_MOS: api_web_url + '/bms/discharge-mos',
  47. API_BMS_RESTART: api_web_url + '/bms/restart',
  48. API_BMS_CLOSE: api_web_url + '/bms/close',
  49. API_BMS_CURRENT_ZERO: api_web_url + '/bms/current-zero',
  50. API_BMS_ALARM: api_web_url + '/bms/alarm',
  51. API_CLIENT_GET_BY_PHONE: api_web_url + '?r=client/get-by-phone',
  52. API_ORDER_CHILDREN_LIST: api_web_url + '?r=order/children',
  53. API_ORDER_PAY_SUCCESS: api_web_url + '?r=order/pay-success',
  54. API_STATIS_TOTAL_STATIS: api_web_url + '?r=statis/total-statis',
  55. API_BATTERY_ON: api_web_url + '?r=battery/on',
  56. API_BATTERY_OFF: api_web_url + '?r=battery/off',
  57. API_STATIS_TOP: api_web_url + '/statis/top',
  58. API_AREA_STATIS: api_web_url + '/statis/area-statis',
  59. API_DEVICE_STATIS: api_web_url + '/statis/device-status',
  60. API_DEVICE_MONTH: api_web_url + '/statis/device-monthly',
  61. API_ALARM_ALL: api_web_url + '/device/alarm-all',
  62. API_INCOME_USER: api_web_url + '?r=statis/income-user',
  63. API_USER_REPLACE_STATUS_LIST: api_web_url + '?r=user/replace-status-list',
  64. API_BATTERY_REPLACE: api_web_url + '?r=battery/battery-replace',
  65. API_COMMISSION_MONEY: api_web_url + '?r=user/commission-money',
  66. API_COMMISSION_LIST: api_web_url + '?r=user/commission-list',
  67. API_COMMISSION_APPLY_BOSS: api_web_url + '?r=user/commission-apply-boss',
  68. API_GPS_TRACK: api_web_url + '/device/track',
  69. API_GPS_ALARM: api_web_url + '/device/alarm',
  70. API_GPS_INFO: api_web_url + '/device/gps-info',
  71. API_GPS_INFO: api_web_url + '/device/gps-info',
  72. API_ELE_QUANTITY: api_web_url + '/device/electric-quantity',
  73. API_SIM_INFO: api_web_url + '/sim/info',
  74. API_SIM_CREDIT: api_web_url + '/sim/credit',
  75. API_XCX_NOTICE: api_web_url + '/app/xcx-notice',
  76. API_XCX_SET_NOTICE: api_web_url + '/app/set-xcx-notice',
  77. API_FENCE_LIST: api_web_url + '/fence/list',
  78. API_FENCE_EDIT: api_web_url + '/fence/edit',
  79. API_FENCE_ADD: api_web_url + '/fence/add',
  80. API_FENCE_DEL: api_web_url + '/fence/del',
  81. API_REPORT_BLUETOOTH: api_web_url + '/bms/bluetooth-report',
  82. API_REPORT_BMS: api_web_url + '/bms/report-bms-data',
  83. API_GET_CTL: api_web_url + '/bms/get-ctl-data',
  84. API_QV_CONFIG: api_web_url + 'device/qv-config-content',
  85. //获取波特率
  86. API_GET_BPS: api_web_url + 'device/bps',
  87. //获取报警类型
  88. API_SMS_GET_SET: api_web_url + 'app/get-setting',
  89. //获取设备报警类型
  90. API_SMS_GET_DEVICE_SET: api_web_url + 'app/get-device-setting',
  91. //设置报警类型
  92. API_SMS_SAVE_SET: api_web_url + 'app/device-setting',
  93. //获取支付配置
  94. API_COIN_CONFIG: api_web_url + 'app/coin-product',
  95. //短信充值下单
  96. API_COIN_CREDIT: api_web_url + 'app/coin-credit',
  97. //短信报警数据
  98. API_ALARM_SUMMARY: api_web_url + 'app/alarm-summary',
  99. //开关短信报警状态
  100. API_CLOSE_ALARM: api_web_url + 'app/close-alarm',
  101. //短信报警记录
  102. API_RECORD_LIST: api_web_url + 'app/alarm-list',
  103. //获取金币
  104. API_GET_COIN: api_web_url + 'app/coin',
  105. //是否有可领用优惠券
  106. API_HAS_COUPON: api_web_url + 'app/has-coupon',
  107. //使用优惠券
  108. API_USE_COUPON: api_web_url + 'app/use-coupon',
  109. //充值记录
  110. API_GET_COIN_ORDER: api_web_url + 'app/coin-order',
  111. //流水钱包
  112. API_GET_COIN_HISTORY: api_web_url + 'app/coin-history',
  113. //展示总里程
  114. API_SHOW_MIL: api_web_url + 'device/distance',
  115. API_MAP_REGEO: map_url + 'geocode/regeo',
  116. API_IS_CHILD: api_admin_url + '?r=user/is-child',
  117. API_CONTRACT_CONTENT: help_api_web_url + '?r=contract/content'
  118. };
  119. module.exports = config;