c928c215 by wang

init

1 parent fffaa05a
...@@ -20,7 +20,7 @@ class Finance extends CI_Controller { ...@@ -20,7 +20,7 @@ class Finance extends CI_Controller {
20 // $ret = $json->data; 20 // $ret = $json->data;
21 $roles = array(); 21 $roles = array();
22 foreach($ret->data as $v){ 22 foreach($ret->data as $v){
23 $roles[] = $v->id; 23 $roles[] = $v;
24 } 24 }
25 // var_dump($roles); 25 // var_dump($roles);
26 $data = array( 26 $data = array(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!