12 lines
185 B
PHP
12 lines
185 B
PHP
<?php
|
|
namespace App\Structs;
|
|
|
|
class QueueWalletPlatformUserWithdrawStruct
|
|
{
|
|
const QUEUE_NAME = 'wallet_platform_user_transaction_id';
|
|
const PARAMS = [
|
|
'id'=>'',
|
|
];
|
|
|
|
}
|