[manager]feature:[api, website] support basic auth, digest auth (#60)
This commit is contained in:
@@ -65,6 +65,16 @@ param:
|
||||
type: textarea
|
||||
placeholder: 'POST PUT请求时有效'
|
||||
required: false
|
||||
- field: authType
|
||||
name: 认证方式
|
||||
type: radio
|
||||
required: false
|
||||
# 当type为radio单选框,checkbox复选框时,option表示可选项值列表 {name1:value1,name2:value2}
|
||||
options:
|
||||
- label: Basic Auth
|
||||
value: Basic Auth
|
||||
- label: Digest Auth
|
||||
value: Digest Auth
|
||||
- field: username
|
||||
name: 用户名
|
||||
type: text
|
||||
|
||||
Reference in New Issue
Block a user