fetch(); } /** * 账户充值 * @return mixed */ public function recharge(){ return $this->fetch(); } /** * 提现 * @return mixed */ public function withdraw(){ return $this->fetch(); } /** * 提现明细 * @return mixed */ public function withdrawLog(){ return $this->fetch(); } } ?>