dapi/wwwroot/create_apikey.ui
2025-07-31 17:37:21 +08:00

37 lines
627 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"widgettype":"Form",
"options":{
"title":"创建用户apikey",
"dscription":"下位系统要免密登录本系统需要设置apikey和secretkey",
"fields":[
{
"name":"appname",
"label":"应用名",
"uitype":"str",
"required": true
},
{
"name":"description",
"label":"应用描述",
"uitype":"str"
},
{
"name":"allowedips",
"label":"允许的IP集",
"uitype":"str"
}
]
},
"binds":[
{
"wid":"self",
"event":"submit",
"actiontype":"urlwidget",
"target":"self",
"options":{
"url":"{{entire_url('./create_apikey.dspy')}}"
}
}
]
}