mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-18 14:19:56 +08:00
bugfix ebike auto register fallback
This commit is contained in:
@@ -103,6 +103,17 @@ pagehelper:
|
||||
supportMethodsArguments: true
|
||||
params: count=countSql
|
||||
|
||||
# 电单车自动建档配置
|
||||
ebike:
|
||||
auto-register:
|
||||
# 设备未上报注册包时,允许通过0x21心跳兜底创建桩和端口基础数据
|
||||
enabled: true
|
||||
# 默认归属信息建议配置为“待配置设备”运营商/站点,后续由后台人工调整
|
||||
merchant-id: 1
|
||||
station-id: 2
|
||||
# 必须按环境配置为有效的电单车型号ID;0表示未配置,仍会创建基础数据但详情查询可能受影响
|
||||
model-id: 0
|
||||
|
||||
# 防止XSS攻击
|
||||
xss:
|
||||
# 过滤开关
|
||||
@@ -202,4 +213,4 @@ sms:
|
||||
# 是否启用代理 默认关闭 需手动开启
|
||||
enable: false
|
||||
host: 127.0.0.1
|
||||
port: 8080
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user