增加event

This commit is contained in:
2022-03-04 15:21:01 +08:00
parent 4eefe95576
commit c3461e1335
4 changed files with 132 additions and 17 deletions

View File

@@ -15,6 +15,14 @@ class PetroController
{
try {
//获取动态码
$res = Petro::Check()->setParams([
'ticketNum' => '61578832475977235',
'random' => Str::random(6),
])->start();
dd($res);
// $res = Petro::Bill()->setParams([
// 'matchDate' => Carbon::now()->format('Ymd'),
// 'pageNo' => 1,