更新睡眠报告正式地址

This commit is contained in:
wyf
2025-08-30 09:15:18 +08:00
parent ae6933bd96
commit f7b11fbb7e
14 changed files with 278 additions and 168 deletions

View File

@@ -223,8 +223,7 @@ class BodyDeviceController extends GetControllerEx<BodyDeviceModel> {
sleepReportData[mac] = []; // 初始化当前设备的数据列表
String queryUrl =
"$serviceAddress$serviceName$serviceApi?mac=$mac&time=${DateTime.now().millisecondsSinceEpoch}";
"$serviceAddress$serviceName$serviceApi?mac=$mac&time=${DateTime.now().millisecondsSinceEpoch}&sleepType=1";
try {
String? language = "";
if (languageController.selectLanguage != null) {