在使用DioUtils之前先 DioConfigManager.instance.setBaseOptions(baseUrl: "https://www.google.com");
DioUtils.instance.get("/xxx/get").startRequest();
DioUtils.instance.post("/xxx/post").startRequest();
DioUtils.instance.post("/xxx/post").jsonData(data).startRequest();