我正在尝试创建一个请求 /api/v2/requests.json 下面是我的数据:
{
request: {
Priority: "Normal"
comment: {body: "test"}
from_mail: "pk@abccd.com"
subject: "test"
}
}
身份验证令牌是正确的,但我总是收到以下错误:
responseJSON: {error: "RecordInvalid", description: "记录验证错误", details: responseText: "{"error":"RecordInvalid","description":"记录验证错误","details":{"base": [{"description":"优先级:不能为空","error":"BlankValue","field_key":360012833834}]}}