测试微信支付,打印回调
This commit is contained in:
parent
84f6c96b61
commit
0b820d904a
@ -87,6 +87,8 @@ class CallBackController extends AbstractController
|
|||||||
public function wxPayInquirySuccessCallBack(): ResponseInterface
|
public function wxPayInquirySuccessCallBack(): ResponseInterface
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
$a = $this->request->getBody();
|
||||||
|
Log::getInstance("CallBack-wxPayInquirySuccess")->info($a);
|
||||||
// 处理支付结果事件
|
// 处理支付结果事件
|
||||||
$WechatPay = new WechatPay(1, 1);
|
$WechatPay = new WechatPay(1, 1);
|
||||||
$app = $WechatPay->createApp();
|
$app = $WechatPay->createApp();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user