Merge remote-tracking branch 'origin/develop_liyi' into develop_liyi

# Conflicts:
#	lib/network/start_chart_api.dart
This commit is contained in:
liyi 2024-12-03 10:28:42 +08:00
commit 8c75a8db1c

View File

@ -68,15 +68,4 @@ class StartChartApi extends BaseProvider {
);
return response;
}
// --
Future<void> analyzeInformationOtherEnd({
required String peerId,
}) async {
final response = await get(
_startChartHost + analyzeInformationOtherEndURL.toUrl + '?id=$peerId',
isUnShowLoading: true,
isUserBaseUrl: false,
);
}
}