cbf82112 by yangjianbin

init

1 parent f060d6d2
...@@ -145,6 +145,7 @@ class Work extends CI_Controller ...@@ -145,6 +145,7 @@ class Work extends CI_Controller
145 145
146 $recordUrl = $this->config->item('apiBaseUrl') . 'order/orderOperatorRecord/' . $id; 146 $recordUrl = $this->config->item('apiBaseUrl') . 'order/orderOperatorRecord/' . $id;
147 $result2 = file_get_contents($recordUrl); 147 $result2 = file_get_contents($recordUrl);
148 var_dump($result2);exit;
148 $json2 = json_decode($result2); 149 $json2 = json_decode($result2);
149 $ret2 = $json2->data; 150 $ret2 = $json2->data;
150 151
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!