在Alan中,如何注释日期字段,以便在创建条目时使用当前日期自动填充日期字段。 例如:
'Creation Date': natural 'date'
答案 0 :(得分:1)
在你的application.alan中注释number属性,如下所示:
memberId
仅供参考,对于日期和时间属性,您可以使用var user = _.find(pm.response.json(), {
firstName: "Jia",
lastName: "Test3",
branchName: "NZ - Clubware Mobile Test Branch 1"
})
console.log(user.memberId)
默认值。
更多信息:https://alan-platform.com/pages/docs/model/30/application/grammar.html