post()->goCheck('recharge',['user_id'=>$this->userId,'terminal'=>$this->userInfo['terminal']]); $result = (new RechargeLogic())->recharge($params); return $this->success('',$result); } /** * @notes 充值记录列表 * @return \think\response\Json * @author ljj * @date 2022/6/9 3:13 下午 */ public function logLists() { return $this->dataLists(new RechargeLists()); } }