mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-24 03:15:32 +08:00
16 lines
285 B
PHP
16 lines
285 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
interface invoice_auth_iconfig
|
||
{
|
||
/**
|
||
* 加载授权配置
|
||
*
|
||
* @return void
|
||
* @author
|
||
*/
|
||
public function getAuthConfigs();
|
||
} |