更新包版本
This commit is contained in:
@@ -8,6 +8,7 @@ use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Str;
|
||||
use XuanChen\Petro;
|
||||
use XuanChen\PetroYsd;
|
||||
use XuanChen\PetroYsd\Kernel\Event\CouponNotice;
|
||||
|
||||
class PetroController
|
||||
{
|
||||
@@ -15,7 +16,10 @@ class PetroController
|
||||
public function index(Request $request)
|
||||
{
|
||||
try {
|
||||
|
||||
dd(1);
|
||||
$coupon = PetroYsd\Kernel\Models\PetroYsdCoupon::find(23);
|
||||
event(new CouponNotice($coupon));
|
||||
dd(1);
|
||||
// dd(
|
||||
// base64_decode('6buR6b6Z5rGfNuWFg+ayueWTgea1i+ivleWIuA==')
|
||||
// );
|
||||
|
||||
Reference in New Issue
Block a user