RequestTrait
trait RequestTrait
请求 Trait
Properties
static protected array | $reqLog | ||
protected string | $reqUrl | ||
protected string | $resp | ||
protected string | $param |
Methods
mixed
getReqUrl()
No description
setReqUrl(mixed $reqUrl)
No description
mixed
getResp()
No description
setResp(mixed $result)
No description
mixed
getParam()
No description
setParam(mixed $param)
No description
array
getReqResp()
获取所有请求数据返回数据
array
getReqLog()
获取请求日志
writeLog()
写入日志
Details
at line 35
mixed
getReqUrl()
No description
at line 43
setReqUrl(mixed $reqUrl)
No description
at line 51
mixed
getResp()
No description
at line 59
setResp(mixed $result)
No description
at line 67
mixed
getParam()
No description
at line 75
setParam(mixed $param)
No description
at line 84
array
getReqResp()
获取所有请求数据返回数据
at line 98
array
getReqLog()
获取请求日志
at line 106
protected
writeLog()
写入日志