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