trylife/yii2-atk

yii2 访问令牌

安装: 21

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

公开问题: 0

类型:yii2 扩展

1.1.7 2021-07-04 15:17 UTC

This package is auto-updated.

Last update: 2024-09-05 21:16:38 UTC


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',
        ],
    ],