我正在研究mailchimp api。我想创建一个片段,但在创建片段之前我想测试条件。所以我尝试了这段代码
{
"apikey": "xxxxxx7e0992xxx1e3bdxxxe03axxx342-us3",
"list_id": "ec3d67c617",
"options": {
"match": "all",
"conditions": [
{
"field" : "testgrouptitle",
"op" : "all",
"value" : "testgroupname"
}
]
}
}
在postman(chrome)中解决此问题后,我发现此错误
{
"status": "error",
"code": 506,
"name": "Invalid_Options",
"error": "op=\"all\" is invalid for field=\"testgrouptitle\" and value=\"testgroupname\"" }
错误可能是错误的情况。谁能告诉我json代码中有什么问题? 提前谢谢。
答案 0 :(得分:0)
如果您想通过小组制定条件:
有关详细信息,请参阅the documentation