diff --git a/app/extra/wechat.php b/app/extra/wechat.php
index d58cfc2..caf5c5f 100644
--- a/app/extra/wechat.php
+++ b/app/extra/wechat.php
@@ -16,7 +16,7 @@ return [
      * 账号基本信息,请从微信公众平台/开放平台获取
      */
     'app_id'  => 'wxdf34ec2179e19b9a',         // AppID
-    'secret'  => '9d95998ab1a23374c7235a30b53f3a3c',     // AppSecret
+    'secret'  => '133ced06db2a45843ab52abc691ee82d',     // AppSecret
     'token'   => 'bronet',          // Token
     'aes_key' => 'qblu4O3peCTWjLLEqKqLjQhJNNeCTi2se2EPeVARsbk',                    // EncodingAESKey,安全模式下请一定要填写!!!
     /**