9f82a215 by yangjianbin

init

1 parent cbf82112
......@@ -145,9 +145,8 @@ class Work extends CI_Controller
$recordUrl = $this->config->item('apiBaseUrl') . 'order/orderOperatorRecord/' . $id;
$result2 = file_get_contents($recordUrl);
var_dump($result2);exit;
$json2 = json_decode($result2);
$ret2 = $json2->data;
$ret2 = $json2->data ? $json2 : array();
$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!