pengchanglu 3 vuotta sitten
vanhempi
commit
1da17099fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);