pengchanglu %!s(int64=3) %!d(string=hai) anos
pai
achega
1da17099fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);