我正在创建这个 JSON 对象
{
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"image_aspect_ratio": "square"
"elements": [
new CreateBallon(results[rand])
]
}
}
}
我只想image_aspect_ratio
在elements[0].someProp
存在的情况下设置。我怎样才能做到这一点?