zhaotuqi/common is a Laravel package for 公共类方法-日志重写类.
It currently has 0 GitHub stars and 2 downloads on Packagist.
Install it with composer require zhaotuqi/common.
Discover more Laravel packages by zhaotuqi
or browse all Laravel packages to compare alternatives.
Last updated
1 日志重写
2 公共类方法
3 依赖guzzle
4 新增env配置
5 新增结算平台ID生成器(用于算准课耗等)(deprecated)
#prod 正式环境ID生成器配置
RTC_BASE_UUID_SERVICE_URI='http://10.10.31.38/uuid/settlement'
RTC_BASE_UUID_APP_ID='butian'
RTC_BASE_UUID_APP_KEY='d3c61cacab140b3bd'
#qa 测试环境ID生成器配置
RTC_BASE_UUID_SERVICE_URI='http://10.2.1.107:8079/uuid/settlement'
RTC_BASE_UUID_APP_ID='test2'
RTC_BASE_UUID_APP_KEY='keytest2'
use App\Libraries\SettlementPlatformIdGernerator;
app(SettlementPlatformIdGernerator::class)->IdGenerator();