59db86d6 by wang

init

1 parent 2b69a912
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!