feat : coupon

This commit is contained in:
2025-03-19 11:46:05 +08:00
parent d8d1ba3193
commit f4d681a23a
2 changed files with 7 additions and 2 deletions

View File

@@ -30,6 +30,11 @@ class CouponController extends AbstractController
return (new HomePopupsService)->handle();
}
/**
* @return array
*/
#[RequestMapping(path: "receive", methods: "POST")]
#[Scene(scene: "receive")]
public function receiveCoupon()
{
return (new ReceiveService)->handle();