055590d8 by yangjianbin

init

1 parent 7d4cdd5e
...@@ -104,7 +104,7 @@ class Work extends CI_Controller ...@@ -104,7 +104,7 @@ class Work extends CI_Controller
104 $result = file_get_contents($url); 104 $result = file_get_contents($url);
105 $json = json_decode($result); 105 $json = json_decode($result);
106 $ret = $json->data; 106 $ret = $json->data;
107 print_r($ret);exit; 107 // print_r($ret);exit;
108 // var_dump($ret);exit; 108 // var_dump($ret);exit;
109 $data = array( 109 $data = array(
110 'clientInfoOutputVO'=>$ret->clientInfoOutputVO, 110 '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!