feat : coupon

This commit is contained in:
2025-03-28 11:14:08 +08:00
parent 2feb14361e
commit 297b3363ad
2 changed files with 18 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ class CouponListService extends BaseService
*/
public function handle(): array
{
$limit = $this->request->input('limit',20);
$limit = (int)$this->request->input('limit',20);
$data = $this->couponTemplateModel
->join('user_coupon', function ($join) {