用户校验

master
guochaojie 4 months ago
parent c3d89507de
commit 11da0766a7

@ -101,8 +101,8 @@ nxhs:
- /api/demo/** - /api/demo/**
- /api/file/download - /api/file/download
- /api/index/products - /api/index/products
- /api/device/**
- /api/qrcode/**.txt - /api/qrcode/**.txt
- /api/wx/**
- /api/wx-message/** - /api/wx-message/**
- /api/webSocketServer/** - /api/webSocketServer/**
adminKey: 8bd2aa89033ead51c505e44994e42189 # 后台接口访问Key adminKey: 8bd2aa89033ead51c505e44994e42189 # 后台接口访问Key
@ -131,3 +131,18 @@ nxhs:
EncodingAESKey: #消息解码秘钥 EncodingAESKey: #消息解码秘钥
# 微信支付 # 微信支付
# keytool -genkeypair -alias nxhs -keyalg RSA -keypass nxhs2024 -keystore nxhs.jks -storepass nxhs2024 # keytool -genkeypair -alias nxhs -keyalg RSA -keypass nxhs2024 -keystore nxhs.jks -storepass nxhs2024
## MQTT##
#mqtt:
# host: tcp://172.30.19.4:1883
# userName: user1
# passWord: 1qazxsw2
# qos: 1
# clientId: nx-app #ClientId_local必须唯一 比如你已经定了叫ABC 那你就一直叫ABC 其他地方就不要使用ABC了
# cleanSession: false
# timeout: 60
# keepAlive: 60
# topics:
# '[testtopic/#]': 1
# '[testTopic/1]': 1

Loading…
Cancel
Save