25 lines
308 B
PHP
25 lines
308 B
PHP
<?php
|
|
|
|
/**
|
|
* @author Any
|
|
* @description KISS
|
|
* @date 2021年6月8日
|
|
* @version 1.0.0
|
|
*
|
|
* _____LOG_____
|
|
*
|
|
*/
|
|
namespace app\models\common\event;
|
|
|
|
use app\components\EncryptHelper;
|
|
use app\components\FlashStorage;
|
|
use app\components\SysErrCode;
|
|
use app\models\Balance;
|
|
|
|
|
|
class UserAccountEvent
|
|
{
|
|
|
|
}
|
|
|