init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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); | ... | ... |
-
Please register or sign in to post a comment