diff --git a/app/Constants/v3/WithdrawalType.php b/app/Constants/v3/WithdrawalType.php new file mode 100644 index 0000000..7358f7a --- /dev/null +++ b/app/Constants/v3/WithdrawalType.php @@ -0,0 +1,33 @@ +attributes['created_at']); } + + public function getPayTypeTextAttribute() + { + return '提现到'.WithdrawalType::getMessage($this->attributes['type']); + } } \ No newline at end of file