Closed ken678 closed 4 months ago
return Pay::wechat()->success(); 有接收回调成功 没有回调失败嘛 return Pay::wechat()->error(); 虽然可以这么用 return new Response( 500, ['Content-Type' => 'application/json'], json_encode(['code' => 'FAIL', 'message' => '失败']), );
不用。非成功状态,其他腾讯或支付宝 那边都会认为是失败
return Pay::wechat()->success(); 有接收回调成功 没有回调失败嘛 return Pay::wechat()->error(); 虽然可以这么用 return new Response( 500, ['Content-Type' => 'application/json'], json_encode(['code' => 'FAIL', 'message' => '失败']), );