init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -45,7 +45,7 @@ class Finance extends CI_Controller { | ... | @@ -45,7 +45,7 @@ class Finance extends CI_Controller { |
| 45 | 45 | ||
| 46 | public function chargedetail() | 46 | public function chargedetail() |
| 47 | { | 47 | { |
| 48 | $url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/nonePay/params'; | 48 | $url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/alreadyPay/params'; |
| 49 | $result = file_get_contents($url); | 49 | $result = file_get_contents($url); |
| 50 | $ret = json_decode($result); | 50 | $ret = json_decode($result); |
| 51 | $roles = array(); | 51 | $roles = array(); | ... | ... |
-
Please register or sign in to post a comment