hyperf-chat/app/Service/SmsService.php

15 lines
138 B
PHP
Raw Normal View History

2021-02-04 23:36:14 +08:00
<?php
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
{
}