59db86d6 by wang

init

1 parent 2b69a912
......@@ -45,7 +45,7 @@ class Finance extends CI_Controller {
public function chargedetail()
{
$url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/nonePay/params';
$url = $this->config->item('apiBaseUrl') . '/manage/financial/repayments/alreadyPay/params';
$result = file_get_contents($url);
$ret = json_decode($result);
$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!