优化获取平安订单id
This commit is contained in:
@@ -21,7 +21,7 @@ class RefreshPAOrder extends Action
|
||||
$table = 'api_log_'.$month;
|
||||
|
||||
CheckCouponLog::dispatch($table);
|
||||
CheckCouponByLog::dispatch($table)->delay(now()->addMinutes(10));;
|
||||
CheckCouponByLog::dispatch($table, 10);
|
||||
|
||||
return $this->response()->success('正在获取数据,请等待片刻后刷新页面查看!')->refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user