Commit 49628531 by 冷斌

fix bug

parent 73fb3cec
......@@ -45,7 +45,7 @@ class Api_Charge extends PhalApi_Api {
$domain = new Domain_Charge();
$result = $domain->getCharge($uid);
$rs['info'][0]=$result;
$rs['info']=$result;
return $rs;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment