1

我正在尝试从空手道配置标题“Content-Type”,但我无法这样做。我尝试了这些 * configure headers = {'Content-Type' : 'application/json;charset=UTF-8'} 和 * header Content-Type = 'application/json;charset=UTF-8'。但是在我正在拨打的电话中,我总是得到 Content-Type: text/plain 这是错误的。任何人都可以帮忙吗?非常感谢!

4

1 回答 1

1

其实,没关系。我通过添加 * header Content-Type = 'application/json' 而不是 Content-Type' : 'application/json**;charset=UTF-8. 我删除了 ;charset=UTF-8。如果我添加这个,它会中断。我收到错误 java.lang.IllegalArgumentException:MIME 类型可能不包含 org.apache.http.util.Args.check(Args.java:36) 中的保留字符。

于 2017-10-02T16:09:16.780 回答