在Postman url中的测试是http://production.shippingapis.com/ShippingAPI.dll?API=TrackV2&XML=
请求
<TrackRequest USERID=”xxxxxxx”>
<TrackID ID="xxxx">
</TrackID>
</TrackRequest>响应
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Number>80040B19</Number>
<Description>XML Syntax Error: Please check the XML request to see if it can be parsed.</Description>
<Source>USPSCOM::DoAuth</Source>
</Error>错误是什么?
发布于 2018-10-13 14:57:54
第一行中的”看起来像非ASCII码。您应该使用" (0x22)而不是” (0x201d),因为它们是different characters。
https://stackoverflow.com/questions/52790070
复制相似问题