3a2e6fa9 by yangjianbin

init

1 parent 4b3adfde
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!