From 0b14852cfe259f01a6d37ac00e5860b85251fa32 Mon Sep 17 00:00:00 2001 From: xuanchen120 <122383162@qq.com> Date: Tue, 24 May 2022 16:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/petro.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config/petro.php diff --git a/config/petro.php b/config/petro.php deleted file mode 100644 index eeb049f..0000000 --- a/config/petro.php +++ /dev/null @@ -1,26 +0,0 @@ - env('PETRO_BASE_URI', ''), - /** - * 字符集 - */ - 'characterSet' => '00', - /** - * 商户编号 - */ - 'strVendorCode' => env('PETRO_STR_VENDOR_CODE', ''), - /** - *商户秘钥 - */ - 'merchantKey' => env('PETRO_MERCHANT_KEY', ''), - /** - * 单个电子券秘钥 - */ - 'couponKey' => env('PETRO_COUPON_KEY', ''), - - 'ysd_notice_url' => 'https://lifetest.ysd-bs.com/api/store/callback', -];