LaravelPackages.net
Acme Inc.
Toggle sidebar
zhaotuqi/common

公共类方法-日志重写类

2
0
About zhaotuqi/common

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)

结算平台--ID生成器配置 .env (deprecated) 现在没啥用了 可以删除了 2020-11-20 14:10



#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'
    
    

计算平台--ID生成器PHP调用 (deprecated) 现在没啥用了 可以删除了 2020-11-20 14:10


     use App\Libraries\SettlementPlatformIdGernerator;
     
     app(SettlementPlatformIdGernerator::class)->IdGenerator();
     
     
Comments