Browse Source

修改微信提现处理

Anyon 3 years ago
parent
commit
f009c8d1f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/data/command/UserTransfer.php

+ 2 - 2
app/data/command/UserTransfer.php

@@ -133,8 +133,8 @@ class UserTransfer extends Command
             'openid'     => $result[1],
             'mch_id'     => $data['wechat_mch_id'],
             'mch_key'    => $data['wechat_mch_key'],
-            'ssl_key'    => $local->path($file1),
-            'ssl_cer'    => $local->path($file2),
+            'ssl_key'    => $local->path($file1, true),
+            'ssl_cer'    => $local->path($file2, true),
             'cache_path' => $this->app->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'wechat',
         ];
     }