平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Background.Production.json 176 B

2 个月前
12345678910
  1. {
  2. //mqtt设置
  3. "MqttSettings": {
  4. "Host": "127.0.0.1",
  5. "Port": 1883,
  6. "UserName": "admin",
  7. "SecretKey": "admin",
  8. "ClientId": "SafeCampusBackground"
  9. },
  10. }