init
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -191,7 +191,6 @@ class Work extends CI_Controller | ... | @@ -191,7 +191,6 @@ class Work extends CI_Controller |
| 191 | if ($ret2) { | 191 | if ($ret2) { |
| 192 | $credit = $ret2; | 192 | $credit = $ret2; |
| 193 | } | 193 | } |
| 194 | var_dump($credit);exit; | ||
| 195 | 194 | ||
| 196 | $url3 = $this->config->item('apiBaseUrl') . 'dueDiligence/' . $id; | 195 | $url3 = $this->config->item('apiBaseUrl') . 'dueDiligence/' . $id; |
| 197 | $result3 = file_get_contents($url3); | 196 | $result3 = file_get_contents($url3); | ... | ... |
-
Please register or sign in to post a comment