特殊字符不会作为m子中的有效载荷通过

时间:2018-08-03 06:29:02

标签: mule anypoint-studio

我在following子中使用以下json作为#[payload],但特殊字符已转换为???在请求正文中。

{
  "AcceptTruliooTermsAndConditions": true,
  "CleansedAddress": false,
  "VerboseMode": true,
  "ConfigurationName": "Identity Verification",
  "CountryCode": "CN",
  "DataFields": {
    "PersonInfo": {
      "FirstGivenName": "言明",
      "FirstSurName": "胡",
      "DayOfBirth": 5,
      "MonthOfBirth": 6,
      "YearOfBirth": 1976
    },
    "NationalIds": [
      {
        "Number": "440861896421345987",
        "Type": "NationalID"
      }
    ]
  }
}

因此,我没有得到正确的输出。

0 个答案:

没有答案