544782275@qq.com il y a 3 ans
Parent
commit
ca5e9cd8ed
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      config/app.php

+ 7 - 0
config/app.php

@@ -31,4 +31,11 @@ return [
         'token'   => env('WECHAT_MINI_PROGRAM_TOKEN', ''),
         'aes_key' => env('WECHAT_MINI_PROGRAM_AES_KEY', ''),
     ],
+    'wx_pay'=>[
+        'app_id'=>'wx04ca30b8761ca437',//微信appid
+        'mch_id'=>'1609556756',//商户号
+        'key'   =>'3jZwQOI7SfdHZUctDlzkkkVr5YbwSdgF',//秘钥
+        'cert_path'=>'wx_cert/apiclient_cert.pem', //证书地址
+        'key_path' =>'wx_cert/apiclient_key.pem', //证书地址
+    ],
 ];