浏览代码

我的茶矿

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) {