// +---------------------------------------------------------------------- declare (strict_types = 1); namespace app\common\service; use app\common\library\monsms\SmsSendConn; /** * 短信服务类 * Class Order * @package app\common\service */ class Sms extends BaseService { }