设置网络请求参数的格式:默认为JSON格式
Future<String?> setRequestSerializer(String type) { return NetworkPlatform.instance.setRequestSerializer(type); }