085d2628 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents 35542c84 a2141f1c
......@@ -305,7 +305,7 @@ class Work extends CI_Controller
$result2 = file_get_contents($url2);
$json2 = json_decode($result2);
$ret2 = $json2->data;
var_dump($ret2);exit;
var_dump($url2, $ret2);exit;
$data = array(
'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!