httpPostJson('cgi-bin/department/simplelist', $data); } public function departmentDetail($id) { return $this->httpPostJson('cgi-bin/department/get', ['id' => $id]); } }