Browse Source

增加一个订单状态,待确认收货

lizhen_gitee 1 month ago
parent
commit
9b406926ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common/server/WeChatServer.php

+ 1 - 1
application/common/server/WeChatServer.php

@@ -43,7 +43,7 @@ class WeChatServer
 
         $config = [
             'app_id' => $epay['wechat']['miniapp_id'],
-            'secret' => $epay['wechat']['key'],
+            'secret' => config('wxMiniProgram.secret'),
             'mch_id' => $epay['wechat']['mch_id'],
             'key' => $epay['wechat']['key'],
             'response_type' => 'array',