Before v1.3.0, it send a request use application/x-www-form-urlencoded
format by default, so it config transformRequest
for post request by default, but it is unreasonable. So in v1.3.0, I remove it, all configuration depends on yourself, so you can config the Content-Type
and transformRequest
depend on your backend service.