0
即時通訊工作在mailchimp api上。我想創建一個細分市場,但在創建細分市場之前,我想測試這個條件。所以我在郵遞員燒成之後嘗試這種代碼mailchimp「段測試」錯誤
{
"apikey": "xxxxxx7e0992xxx1e3bdxxxe03axxx342-us3",
"list_id": "ec3d67c617",
"options": {
"match": "all",
"conditions": [
{
"field" : "testgrouptitle",
"op" : "all",
"value" : "testgroupname"
}
]
}
}
(鉻)即時得到這個錯誤
{
"status": "error",
"code": 506,
"name": "Invalid_Options",
"error": "op=\"all\" is invalid for field=\"testgrouptitle\" and value=\"testgroupname\"" }
的錯誤可能是不正確的狀態。任何人都可以告訴我什麼錯誤的JSON代碼? 在此先感謝。