update request data location
This commit is contained in:
parent
330777d805
commit
a50062af46
@ -55,7 +55,7 @@ func (rdl *ResponseDataLocation) IsValid() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
const (
|
||||
var (
|
||||
RequestDataLocationHeader RequestDataLocation = "HEADER" // header
|
||||
RequestDataLocationCookie RequestDataLocation = "COOKIE" // cookie
|
||||
RequestDataLocationBody RequestDataLocation = "BODY" // body
|
||||
@ -65,7 +65,7 @@ const (
|
||||
RequestDataLocationCustomConfig RequestDataLocation = "CUSTOM_CONFIG" // 针对接口的一些自定义配置规则
|
||||
)
|
||||
|
||||
const (
|
||||
var (
|
||||
ResponseDataLocationHeader ResponseDataLocation = "HEADER" // header
|
||||
ResponseDataLocationCookie ResponseDataLocation = "COOKIE" // cookie
|
||||
ResponseDataLocationBody ResponseDataLocation = "BODY" // body
|
||||
|
Loading…
x
Reference in New Issue
Block a user