hyperf-chat/app/Service/SmsService.php

16 lines
164 B
PHP
Raw Normal View History

2021-02-04 23:36:14 +08:00
<?php
2021-07-10 10:55:25 +08:00
declare(strict_types=1);
2021-02-04 23:36:14 +08:00
namespace App\Service;
/**
* 短信服务
* Class SmsService
2021-04-20 16:30:57 +08:00
*
2021-02-04 23:36:14 +08:00
* @package App\Service
*/
class SmsService
{
}