@@ -43,6 +43,7 @@ class Notify extends Controller
public function opvipzfb(string $scene = 'order', string $param = ''): string
{
if (strtolower($scene) === 'order') {
+ echo 2222;die;
return AlipayPaymentService::instance($param)->opvip();
} else {
return 'success';