发放优惠券

This commit is contained in:
2026-04-27 14:05:35 +08:00
parent d59f4ca37f
commit e70f2337cb
6 changed files with 38 additions and 3 deletions

View File

@@ -253,4 +253,5 @@ func adminRouter(api fiber.Router) {
coupon.Post("/create", handlers.CreateCoupon)
coupon.Post("/update", handlers.UpdateCoupon)
coupon.Post("/remove", handlers.DeleteCoupon)
coupon.Post("/update/assign", handlers.AssignCoupon)
}