wallet
This commit is contained in:
11
app/Structs/QueueWalletPlatformUserWithdrawStruct.php
Normal file
11
app/Structs/QueueWalletPlatformUserWithdrawStruct.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace App\Structs;
|
||||
|
||||
class QueueWalletPlatformUserWithdrawStruct
|
||||
{
|
||||
const QUEUE_NAME = 'wallet_platform_user_transaction_id';
|
||||
const PARAMS = [
|
||||
'id'=>'',
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user