更新睡眠报告正式地址
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user