mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 06:49:15 +08:00
修改微信提现处理
This commit is contained in:
parent
ca48953c93
commit
f009c8d1f6
@ -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',
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user