wupengfei 2 년 전
부모
커밋
c015a7f4d9
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 4
      .idea/workspace.xml
  2. 3 3
      config/app.php

+ 4 - 4
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/public/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/dist/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/config/app.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/app.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -222,7 +222,7 @@
       <workItem from="1674954170403" duration="11047000" />
       <workItem from="1675039400405" duration="10797000" />
       <workItem from="1675212381262" duration="19405000" />
-      <workItem from="1675298987056" duration="3442000" />
+      <workItem from="1675298987056" duration="3760000" />
     </task>
     <servers />
   </component>
@@ -348,10 +348,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1106" y="469" key="#com.jetbrains.php.actions.copyPaste.importReferences.PhpImportReferencesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1674891490384" />
-    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog" timestamp="1675236818874">
+    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog" timestamp="1675307258814">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1675236818874" />
+    <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1675307258814" />
     <state x="1418" y="514" key="FileChooserDialogImpl" timestamp="1674969723208">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 3 - 3
config/app.php

@@ -32,8 +32,8 @@ return [
     ],
     //小程序
     'mini_program'     => [
-        'app_id'  => env('WECHAT_MINI_PROGRAM_APPID', 'wxd7c4343315424795'),
-        'secret'  => env('WECHAT_MINI_PROGRAM_SECRET','56f40e98d9420beeca12ff133eaea3c6'),
+        'app_id'  => env('WECHAT_MINI_PROGRAM_APPID', ''),
+        'secret'  => env('WECHAT_MINI_PROGRAM_SECRET',''),
         'token'   => env('WECHAT_MINI_PROGRAM_TOKEN', ''),
         'aes_key' => env('WECHAT_MINI_PROGRAM_AES_KEY', ''),
     ],
@@ -64,7 +64,7 @@ return [
         'appid'=>'wx9c6bb6d105d7e75c',//微信appid
         'secret'=>'ca8049a1f3206636eddbaa7695872231',//微信appid
         'mch_id'=>'1636861549',//商户号
-        'key'   =>'iUD3DbFmHKJqCc4kpvFRHQu4UM3nko3b',//秘钥
+        'key'   =>'rYBoC4pWCekexWO8klJRWHLbGF3hEKF7',//秘钥
         'cert_path'=>'wx_cert/apiclient_cert.pem', //证书地址
         'key_path' =>'wx_cert/apiclient_key.pem', //证书地址
     ],