Options options = Options(); //2.x版本 options.contentType = ContentType('application', 'x-www-form-urlencoded'); //3.x版本 options.contentType = "application/x-www-form-urlencoded";
Dio 使用 applicationx-www-form-urlencoded
4 min read
Options options = Options(); //2.x版本 options.contentType = ContentType('application', 'x-www-form-urlencoded'); //3.x版本 options.contentType = "application/x-www-form-urlencoded";