qiushang 1 year ago
parent
commit
e5aeef56a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/alipay.php

+ 1 - 1
config/alipay.php

@@ -3,7 +3,7 @@
 return [
 
     // 支付宝分配的 APPID2021003147623561
-    'app_id' => env('ALI_APP_ID', '2021004138659300'),
+    'app_id' => env('ALI_APP_ID', '2021004134674018'),
 
     // 支付宝异步通知地址
     'notify_url' => 'https://www.xingyousoft.com/api/notifyUrl/alipay',