afa hai 7 meses
pai
achega
a669a92415
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      application/api/controller/Pledge.php

+ 1 - 1
application/api/controller/Pledge.php

@@ -106,7 +106,7 @@ class Pledge extends Api
       {
             try {
                   // 质抵押订单 
-                  $res = $pledgeLogic::getPledgeOrderList(1275);
+                  $res = $pledgeLogic::getPledgeOrderList($this->auth->id);
 
             } catch (Exception $e) {