request->post(); Log::info('aliNotify 支付宝回调:' . json_encode($post)); $data = OrderRenewLogic::aliNotify($post); if (!$data) { Log::error('aliNotify 支付宝回调错误:' . OrderRenewLogic::getError()); return JsonServer::error(OrderRenewLogic::getError()); } return 'success'; } }