!3 feat: http采集功能中增加post的body和content-type

* 增加http post内容
This commit is contained in:
random-chat
2022-02-12 08:58:49 +00:00
committed by tomsun28
parent 5556ec1d0c
commit ef0ba111cc
7 changed files with 80 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ param:
value: PUT
- label: DELETE请求
value: DELETE
- field: contentType
name: Content-Type
type: text
required: false
- field: username
name: 用户名
type: text
@@ -52,3 +56,7 @@ param:
# 当type为boolean时,前端用switch展示开关
type: boolean
required: true
- field: payload
name: 请求BODY
type: textarea
required: false