EasyWeChat.php 626 字节
<?php

return [
    // 必要配置
    'app_id'             => 'wx529923b385fe8f5b',
    'mch_id'             => '1576998761',
    'key'                => '1368713weferjpge8935hio3509u4gmo',   // API 密钥

    // 如需使用敏感接口(如退款、发送红包等)需要配置 API 证书路径(登录商户平台下载 API 证书)
    'cert_path'          => 'path/to/your/cert.pem', // XXX: 绝对路径!!!!
    'key_path'           => 'path/to/your/key',      // XXX: 绝对路径!!!!

    'notify_url'         => 'http://www.baidu.com',     // 你也可以在下单时单独设置来想覆盖它
];