Merge remote-tracking branch 'origin/develop_liyi' into develop_liyi
# Conflicts: # lib/network/start_chart_api.dart
This commit is contained in:
commit
8c75a8db1c
@ -68,15 +68,4 @@ class StartChartApi extends BaseProvider {
|
|||||||
);
|
);
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 星图--解析对端信息
|
|
||||||
Future<void> analyzeInformationOtherEnd({
|
|
||||||
required String peerId,
|
|
||||||
}) async {
|
|
||||||
final response = await get(
|
|
||||||
_startChartHost + analyzeInformationOtherEndURL.toUrl + '?id=$peerId',
|
|
||||||
isUnShowLoading: true,
|
|
||||||
isUserBaseUrl: false,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user