yao/tests/flows/current/user.flow.json
2021-11-26 14:22:36 +08:00

18 lines
328 B
JSON

{
"label": "当前用户",
"version": "1.0.0",
"description": "读取当前用户",
"nodes": [
{
"name": "用户",
"process": "session.Get",
"args": ["user"]
},
{
"name": "ID",
"process": "xiang.helper.MapGet",
"args": ["{{$res.用户}}", "ID"]
}
],
"output": 1
}