payconfig.php 404 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: Administrator
  5. * Date: 2020/2/14
  6. * Time: 13:32
  7. */
  8. return [
  9. "app_id"=>"wx2ed8468eb5467db1",// 应用ID
  10. "mch_id"=>"1553692791",// 微信支付商户号
  11. "key"=>"xinkuainong12345xinkuainong12345",// 微信支付密钥
  12. "cert_path"=>__DIR__ . '/cert/apiclient_cert.pem',
  13. "key_path"=>__DIR__ . '/cert/apiclient_key.pem',
  14. "notify_url"=>"",
  15. ];