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