diff --git a/lib/network/start_chart_api.dart b/lib/network/start_chart_api.dart index e7851c5d..925ce779 100644 --- a/lib/network/start_chart_api.dart +++ b/lib/network/start_chart_api.dart @@ -68,15 +68,4 @@ class StartChartApi extends BaseProvider { ); return response; } - - // 星图--解析对端信息 - Future analyzeInformationOtherEnd({ - required String peerId, - }) async { - final response = await get( - _startChartHost + analyzeInformationOtherEndURL.toUrl + '?id=$peerId', - isUnShowLoading: true, - isUserBaseUrl: false, - ); - } }