This commit is contained in:
2021-02-01 21:16:19 +08:00
parent 2cad439db6
commit ea4aab991d
2 changed files with 183 additions and 174 deletions

View File

@@ -1,5 +1,8 @@
<?php
/**
* 核销包
*/
return [
'coupon_model' => \App\Models\Coupon::class,
'rules' => [
@@ -9,7 +12,6 @@ return [
'model' => \XuanChen\Coupon\Action\YsdAction::class,
],
'unionpay' => [
// 'pattern' => '/^YSD\d{12}/',
'pattern' => '/^66406/',
'model' => \XuanChen\Coupon\Action\YsdAction::class,
],