增加event
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user