【发布时间】:2021-01-29 12:30:22
【问题描述】:
我正在尝试在工作室液体模板中获取电话号码。无论我变成什么模式都不会提取数据。考虑到数据是来自 http 帖子的返回对象
{{widgets.http_1.parsed.attributes.phone}}
{{widgets.http_1.parsed["attributes"].phone}}
{{widgets.http_1.parsed.[属性].phone }}
{{widgets.http_1.body["attributes"].phone }}
{{widgets.http_1.body.attributes.phone}}
{{widgets.http_1.parsed["attributes"].phone}}
{accountSid=ac, activityName=Offline, activitySid=wa,
attributes={
"onlyOutboundCallMode": false,
"routing": {
"skills": [
"english"
]
},
"email": "@gmail.com",
"phone":"12323"
},
available=false}
【问题讨论】: