config copy.js 5.5 KB

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