init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -305,7 +305,7 @@ class Work extends CI_Controller | ... | @@ -305,7 +305,7 @@ class Work extends CI_Controller |
| 305 | $result2 = file_get_contents($url2); | 305 | $result2 = file_get_contents($url2); |
| 306 | $json2 = json_decode($result2); | 306 | $json2 = json_decode($result2); |
| 307 | $ret2 = $json2->data; | 307 | $ret2 = $json2->data; |
| 308 | var_dump($ret2);exit; | 308 | var_dump($url2, $ret2);exit; |
| 309 | 309 | ||
| 310 | $data = array( | 310 | $data = array( |
| 311 | 'clientInfoOutputVO' => $ret->clientInfoOutputVO, | 311 | 'clientInfoOutputVO' => $ret->clientInfoOutputVO, | ... | ... |
-
Please register or sign in to post a comment