hyperf-chat/app/Service/SmsService.php

14 lines
134 B
PHP
Raw Normal View History

2021-02-04 23:36:14 +08:00
<?php
namespace App\Service;
/**
* 短信服务
* Class SmsService
* @package App\Service
*/
class SmsService
{
}