Config.php 895 Bytes
<?php

namespace WebPlugin\Pay\Wechatqrcode;

class Config
{
    var $payment_url = "http://www.yohobuy.com/pay/wechatqrcode";
    //pay.yohobuy.com
    var $pay_url = "http://pay.test.yohobuy.com/payment/cashier";

    var $pay_developer_url = "http://pay.test.yohobuy.com/payment/cashier";//本地
    var $pay_testing_url = "http://pay.test.yohobuy.com/payment/cashier";//测试
    var $pay_preview_url = "http://pay.yohobuy.com/payment/cashier";//预生产
    var $pay_production_url = "http://pay.yohobuy.com/payment/cashier";//正式
    //平台app_key private_key
    var $app_key = "adbf5a778175ee75";
    var $private_key = "adbf5a778175ee757c34d0eba4e932bc";

    /**
     * @var string 日志目录
     */
    var $logDir = '/Data/logs/pc_pay/wechatqrcode';

    /**
     * @var string 日志等级
     */
    var $logLevel = 2; // 记录信息日志
}