Coder Social home page Coder Social logo

Comments (3)

wendux avatar wendux commented on September 21, 2024

你formdata中的内容和url分别是什么?

:octocat: From gitme Android

from dio.

pyp163 avatar pyp163 commented on September 21, 2024

@wendux
FormData formData = new FormData.from({
"token": token,
"nonce": nonce8,
"timestamp": time.toString(),
"sign": sign,
});
{token: v6b3aSqLJp6YpWmnWvuCip7W, nonce: BMnMKZXE, timestamp: 1533005903, sign: ea9efa98cf29e992db8b1ce9138ee6a26313e43ee67f9ef6bd900408efc95864}

url = Constants.api + "/GetVerify"
接口返回的是二进制图片,其实的接口都正常就这个不行,这个接口在java代码上是正常的

from dio.

wendux avatar wendux commented on September 21, 2024

二进制数据要指定responseType为stream , 这样response.data便会是steam, dio默认是以字符串方式来解码的

:octocat: From gitme Android

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.