add 对接支付系统,回调改造
This commit is contained in:
parent
6c44af1cf0
commit
d09758fa98
@ -142,7 +142,7 @@ class PayController extends BaseApiController
|
||||
{
|
||||
try {
|
||||
$param = $this->request->param();
|
||||
Log::info(['支付系统回调', $param])
|
||||
Log::info(['支付系统回调', $param]);
|
||||
(new WeChatPayService(UserTerminalEnum::ANDROID))->notify($param);
|
||||
return $this->success('ok');
|
||||
} catch (\Exception $e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user