dataLists(new AccountLogLists()); } /** * @notes 扣费信息 * @return \think\response\Json * @author 段誉 * @date 2024/12/24 10:46 */ public function info() { return $this->data(AccountTokenLogic::info($this->request->get('task_id'))); } }