add 对接支付系统,回调改造
This commit is contained in:
parent
78b7c8ea0a
commit
6c44af1cf0
app
@ -135,12 +135,7 @@ class PayController extends BaseApiController
|
||||
|
||||
|
||||
/**
|
||||
* @notes app支付回调
|
||||
* @return \Psr\Http\Message\ResponseInterface
|
||||
* @throws \EasyWeChat\Kernel\Exceptions\InvalidArgumentException
|
||||
* @throws \EasyWeChat\Kernel\Exceptions\RuntimeException
|
||||
* @throws \ReflectionException
|
||||
* @throws \Throwable
|
||||
* @notes 支付系统回调
|
||||
* @date 2023/2/28 14:21
|
||||
*/
|
||||
public function notifyApp()
|
||||
|
@ -355,7 +355,7 @@ class WeChatPayService extends BasePayService
|
||||
/**
|
||||
* @notes 支付回调
|
||||
*/
|
||||
public function notify($param)
|
||||
public function notify($param=[])
|
||||
{
|
||||
Log::info(['支付回调', $param]);
|
||||
$extra['transaction_id'] = $param['transaction_id'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user