Helper\Cron\ClearTransfer::getStep PHP Method

getStep() public method

public getStep ( )
    public function getStep()
    {
        return strtotime(date('Y-m-01 00:00:01', strtotime("1 month")));
        // 下个月
    }
ClearTransfer