Dio 使用 applicationx-www-form-urlencoded

发布时间:2022-07-21浏览次数:0

支持注册ChatGPT Plus的OneKey虚拟卡
绑定Apple Pay、Google Pay、支付宝和微信支付进行日常消费

注册和了解更多 ->

silver
Options options = Options();
//2.x版本
options.contentType = ContentType('application', 'x-www-form-urlencoded');

//3.x版本
options.contentType = "application/x-www-form-urlencoded";
    
字节笔记本扫描二维码查看更多内容