PFinal\Wechat\Service\PayService::getConfig PHP Method

getConfig() public static method

public static getConfig ( )
    public static function getConfig()
    {
        return array('mch_id' => Kernel::getConfig('mchId'), 'appid' => Kernel::getConfig('appId'), 'key' => Kernel::getConfig('apiSecret'));
    }