pengchanglu před 3 roky
rodič
revize
1da17099fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      application/index/controller/Source.php

+ 1 - 1
application/index/controller/Source.php

@@ -128,7 +128,7 @@ class Source extends Frontend
             $this->error("ID为空,非法访问!");
             exit;
         }
-
+        $id = decrypt($id);
         $order = new Order();
         $orderinfo = $order->where('orderid', $id)->find();
         $this->companyinfo($orderinfo);