소스 검색

我的茶矿

afa 7 달 전
부모
커밋
a669a92415
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {