云表网关API在对接第三方接口的时候如何修改content-type类型呢
由text/xml转变为application/soap+xml 配置网关服务器可以参考一下这个网址https://docs.iyunbiao.com/openAPI/2另外内容类型中有application/x-www-form-urlencoded,multipart/form-data,application/json,text/xml这四种,由text/xml转变为application/soap+xml可以尝试加入http头来操作一下,看报错的原因字符集还是UTF-8,而不是另外一种内容。
页:
[1]