12345678910111213141516 |
- <?php
- /**
- * Created by PhpStorm.
- * User: Administrator
- * Date: 2020/2/14
- * Time: 13:32
- */
- return [
- "app_id"=>"wx2ed8468eb5467db1",// 应用ID
- "mch_id"=>"1553692791",// 微信支付商户号
- "key"=>"xinkuainong12345xinkuainong12345",// 微信支付密钥
- "cert_path"=>__DIR__ . '/cert/apiclient_cert.pem',
- "key_path"=>__DIR__ . '/cert/apiclient_key.pem',
- "notify_url"=>"",
- ];
|