axelpal/yii2-poscredit

Yii2 的 PosCredit 集成组件

1.0.0 2018-02-02 13:48 UTC

This package is auto-updated.

Last update: 2024-09-05 00:49:28 UTC


README

License Dependency Status Latest Stable Version Total Downloads PHP Version

安装

composer require axelpal/yii2-poscredit

使用方法

将组件添加到项目配置文件中

return [
    ...
    'components' => [
        ....
        'posCredit' => [
            'class' => 'AxelPAL\yii2\PosCredit',
            'userId' => $userID,
            'userToken' => $userToken,
        ]
    ],
];

检查配置状态

$profileData = Yii::$app->posCredit->getStatusShort($profileId);