init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment