README
#为Lumen的API SDK和中间件
##安装
bootstrap.php
添加
$app->register(Uuu9\Signature\SignServiceProvider::class);
将配置文件 api_sign.php
复制到系统配置路径
编辑 api_sign.php
.ent.tp
添加
## 接口地址配置[/config/service_api/endpoint]
ENDPOINT_API=null
ENDPOINT_GATEWAY=null
完成!
##请注意!