4e5c795d by wang

init

1 parent 68bccbf9
......@@ -16,6 +16,7 @@ class Finance extends CI_Controller {
$url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/nonePay/params';
$result = file_get_contents($url);
$ret = json_decode($result);
var_dump($ret);
// $ret = $json->data;
$this->load->view('finance/checkTheAccount',$ret);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!