设置服务器响应数据格式:默认为JSON格式
Future<String?> setResponseSerializer(String type) { return NetworkPlatform.instance.setResponseSerializer(type); }