dataLists(new AccountLogLists()); } /** * @notes 用户余额变动类型 * @return \think\response\Json * @author 段誉 * @date 2023/2/24 15:25 */ public function getUmChangeType() { return $this->data(AccountLogEnum::getUserMoneyChangeTypeDesc()); } }