4e5c795d by wang

init

1 parent 68bccbf9
...@@ -16,6 +16,7 @@ class Finance extends CI_Controller { ...@@ -16,6 +16,7 @@ class Finance extends CI_Controller {
16 $url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/nonePay/params'; 16 $url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/nonePay/params';
17 $result = file_get_contents($url); 17 $result = file_get_contents($url);
18 $ret = json_decode($result); 18 $ret = json_decode($result);
19 var_dump($ret);
19 // $ret = $json->data; 20 // $ret = $json->data;
20 21
21 $this->load->view('finance/checkTheAccount',$ret); 22 $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!