Files
cycle_api/app/Structs/QueueWalletPlatformUserWithdrawStruct.php
2024-03-08 00:58:23 +08:00

12 lines
185 B
PHP

<?php
namespace App\Structs;
class QueueWalletPlatformUserWithdrawStruct
{
const QUEUE_NAME = 'wallet_platform_user_transaction_id';
const PARAMS = [
'id'=>'',
];
}