This commit is contained in:
tanglong 2025-07-24 11:42:10 +08:00
parent 9bdd1b5236
commit c01227dcc1
2 changed files with 1 additions and 2 deletions

View File

@ -43,6 +43,6 @@
"Host": "8.153.108.90", "Host": "8.153.108.90",
"Port": 1883, "Port": 1883,
"Topic": "heartrates/topic", "Topic": "heartrates/topic",
"BatchSize": 100 "BatchSize": 1
} }
} }

View File

@ -37,5 +37,4 @@ namespace YD_AllHeartRates.Commons.Dto.Mqtt
public string bs_name { get; set; } public string bs_name { get; set; }
public string Broadcast_data { get; set; } public string Broadcast_data { get; set; }
} }
} }