We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3566fc7 commit d2a4adcCopy full SHA for d2a4adc
Seefan/Service/Kv.php
@@ -12,7 +12,7 @@ public function get($key, array $param = array())
12
{
13
$url = $this->name . '/' . $key;
14
$resp = $this->http->request($this->base_url . $url, $param);
15
- return $this->response($resp, $param['recurse']);
+ return $this->response($resp, empty($param['recurse'])?false:$param['recurse']);
16
}
17
18
public function delete($key, array $param = array())
0 commit comments