055590d8 by yangjianbin

init

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