* fix api of projectissue.

This commit is contained in:
zhujinyong
2021-07-30 15:17:56 +08:00
parent 8392165c9f
commit bdc440ddf6
4 changed files with 58 additions and 10 deletions
+14
View File
@@ -86,6 +86,20 @@ class baseEntry
return $defaultValue;
}
/**
* 设置请求参数
* Set request param.
*
* @param string $key
* @param mixed $value
* @access public
* @return mixed
*/
public function setParam($key, $value)
{
$_GET[$key] = $value;
}
/**
* 解析请求数据
* Parse body of request data.