Giter Site home page Giter Site logo

Comments (3)

sidealice avatar sidealice commented on July 30, 2024

已经解决。抱歉这个问题和dio没关系。

from dio.

w4mxl avatar w4mxl commented on July 30, 2024

已经解决。抱歉这个问题和dio没关系。

@sidealice 请问能说一下是如何解决的吗?

-> 我目前是通过consolidateHttpClientResponseBytes解决的

from dio.

LoveRain1997 avatar LoveRain1997 commented on July 30, 2024

这样写就行
static Future getCaptchaByMobile(String mobile) async {

Options options = Options(
  responseType: ResponseType.stream,
);

Response   response = await http
    .get(Urls.GetCaptchaByMobile, queryParameters: {"mobile": mobile},options: options);
ResponseBody resp = response.data;

return resp.stream.first;

}

from dio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.