66ca7877 by wang

init

1 parent 064abcd6
......@@ -36,7 +36,7 @@ class Perm extends CI_Controller {
foreach($json->data->roles as $v){
$roles[] = $v->id;
}
var_dump($roles);
// var_dump($roles);
$data = array(
'item'=>$ret,
'roles'=>$roles,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!