mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-22 14:59:14 +08:00
修改微信提现处理
This commit is contained in:
parent
ca48953c93
commit
f009c8d1f6
@ -133,8 +133,8 @@ class UserTransfer extends Command
|
|||||||
'openid' => $result[1],
|
'openid' => $result[1],
|
||||||
'mch_id' => $data['wechat_mch_id'],
|
'mch_id' => $data['wechat_mch_id'],
|
||||||
'mch_key' => $data['wechat_mch_key'],
|
'mch_key' => $data['wechat_mch_key'],
|
||||||
'ssl_key' => $local->path($file1),
|
'ssl_key' => $local->path($file1, true),
|
||||||
'ssl_cer' => $local->path($file2),
|
'ssl_cer' => $local->path($file2, true),
|
||||||
'cache_path' => $this->app->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'wechat',
|
'cache_path' => $this->app->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'wechat',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user