feat : coupon

This commit is contained in:
2025-02-27 15:45:41 +08:00
parent a843b51768
commit 365eb2b811
3 changed files with 10 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ class LoginService extends BaseService
{
protected string $loginType = '';
public function handle()
public function handle(): array
{
$this->loginType = $this->request->input('login_type','');