Files
huangjingfen/pro_v3.5.1/crmeb/services/wechat/contract/ConfigHandlerInterface.php

22 lines
458 B
PHP
Raw Normal View History

<?php
// +----------------------------------------------------------------------
// | Author: ScottPan Team
// +----------------------------------------------------------------------
namespace crmeb\services\wechat\contract;
/**
* 配置
* Interface ConfigHandlerInterface
* @package crmeb\services\wechat\contract
*/
interface ConfigHandlerInterface
{
/**
* 获取全部
* @return array
*/
public function all(): array;
}