cfae926a by yangjianbin

init

1 parent ef7b4b9a
......@@ -54,7 +54,7 @@ class Perm extends CI_Controller {
public function roleEdit($id)
{
$url = $this->CI->config->item('apiBaseUrl') . 'system/role/get/'.$id;
$url = $this->config->item('apiBaseUrl') . 'system/role/get/'.$id;
$result = file_get_contents($url);
$json = json_decode($result);
$ret = $json->data;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!