089fc20f by yangjianbin

init

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