修改微信提现处理

This commit is contained in:
Anyon 2021-12-04 17:21:02 +08:00
parent ca48953c93
commit f009c8d1f6

View File

@ -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',
];
}