064abcd6 by wang

init

1 parent eca21622
...@@ -36,7 +36,7 @@ class Perm extends CI_Controller { ...@@ -36,7 +36,7 @@ class Perm extends CI_Controller {
36 foreach($json->data->roles as $v){ 36 foreach($json->data->roles as $v){
37 $roles[] = $v->id; 37 $roles[] = $v->id;
38 } 38 }
39 39 var_dump($roles);
40 $data = array( 40 $data = array(
41 'item'=>$ret, 41 'item'=>$ret,
42 'roles'=>$roles, 42 '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!