设置服务器响应数据格式:默认为JSON格式
Future<String?> setResponseSerializer(String type) async { throw UnimplementedError('setResponseSerializer() has not been implemented.'); }