c928c215 by wang

init

1 parent fffaa05a
......@@ -20,7 +20,7 @@ class Finance extends CI_Controller {
// $ret = $json->data;
$roles = array();
foreach($ret->data as $v){
$roles[] = $v->id;
$roles[] = $v;
}
// var_dump($roles);
$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!