init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment