update request data location
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user