自定义服务基类 Class Service
$app : \think\App
应用实例
__construct(\think\App $app)
Service constructor.
instance(array $args) : static
静态实例对象
initialize() : $this
初始化服务
Loading…