Explorar el Código

Merge branch 'stabble' of iqiyoo:zhuishuyun_wap

onlinetest hace 6 años
padre
commit
2f10f157ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Http/Controllers/Wap/Pay/OrdersController.php

+ 1 - 0
app/Http/Controllers/Wap/Pay/OrdersController.php

@@ -732,6 +732,7 @@ class OrdersController extends Controller
      */
     function wcback_official(Request $request)
     {
+        libxml_disable_entity_loader(true);
         $xml = XML::parse(strval($request->getContent()));
         Log::info('xml is');
         Log::info($xml);