发起网络请求
Future<String?> requestWithMethod(Map<String, dynamic> map) { return NetworkPlatform.instance.requestWithMethod(map); }