|
|
@ -26,7 +26,7 @@ class Order extends Controller |
|
|
|
private string $taskKey = 'DealerOrder'; |
|
|
|
private string $taskKey = 'DealerOrder'; |
|
|
|
|
|
|
|
|
|
|
|
// 任务执行间隔时长 (单位:秒) |
|
|
|
// 任务执行间隔时长 (单位:秒) |
|
|
|
protected int $taskExpire = 10; |
|
|
|
protected int $taskExpire = 5; |
|
|
|
|
|
|
|
|
|
|
|
// 当前商城ID |
|
|
|
// 当前商城ID |
|
|
|
private int $storeId; |
|
|
|
private int $storeId; |
|
|
|