请求api时为什么有时报400有时又正常?
我请求了豆瓣的搜索的api,有时能正常搜索出来,有时又报400,这是怎么回事?
下面这三个都试过,还是一样!
header: {'content-type':'application/json'},
header: {'content-type':'json'},
header: {'content-type': 'application/text'},
我请求了豆瓣的搜索的api,有时能正常搜索出来,有时又报400,这是怎么回事?
下面这三个都试过,还是一样!
header: {'content-type':'application/json'},
header: {'content-type':'json'},
header: {'content-type': 'application/text'},