Ken 4 周之前
父節點
當前提交
547bbe4a97
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/CollectService.php

+ 1 - 0
app/Services/CollectService.php

@@ -16,6 +16,7 @@ use App\Services\WalletService;
 */
 class CollectService extends BaseService 
 {
+    public static string $MODEL = Collect::class;
     public static $THRESHOLD = 10; // 最小归集金额(USDT)
     /**
      * @description: 模型