trylife / yii2-atk
yii2 访问令牌
1.1.7
2021-07-04 15:17 UTC
Requires
README
yii2 访问令牌管理器
服务 http://github.com/trylife/atk
使用方法
'components' => [ 'mp' => [ 'class' => 'trylife\atk\Atk', 'atkBaseUrl' => 'http://host.docker.internal:8080', 'appType' => "wxmp", 'appId' => 'wxfdxxxxx', 'basicAuthUser' => 'user', 'basicAuthPass' => 'pass', ], ],