我正在尝试通过 api 在 mautic 中创建联系人字段并使用 oauth 2 进行身份验证。这是我得到的回应
{
"errors": [
{
"code": 400,
"message": "order: This value is not valid.",
"details": {
"order": [
"This value is not valid."
]
}
}
],
"error": {
"message": "order: This value is not valid. (`error` is deprecated as of 2.6.0 and will be removed in 3.0. Use the `errors` array instead.)",
"code": 400,
"details": {
"order": [
"This value is not valid."
]
}
}
}
我以前使用过 mautic api,并且从不需要 order 参数。此外,当我尝试将参数 order 作为 int 值传递时,它也不接受它。