089fc20f by yangjianbin

init

1 parent 5a84ab9d
...@@ -99,6 +99,7 @@ class Work extends CI_Controller ...@@ -99,6 +99,7 @@ class Work extends CI_Controller
99 $result = file_get_contents($url, false, $context); 99 $result = file_get_contents($url, false, $context);
100 $json = json_decode($result); 100 $json = json_decode($result);
101 $ret = $json->data; 101 $ret = $json->data;
102 var_dump($ret);exit;
102 $data = array( 103 $data = array(
103 'detail'=>$ret 104 'detail'=>$ret
104 ); 105 );
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!