Browse Source

会员升级

Kirin 2 năm trước cách đây
mục cha
commit
fdbae2f6ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/admin/v1/finance/UserExtract.php

+ 1 - 1
app/controller/admin/v1/finance/UserExtract.php

@@ -156,7 +156,7 @@ class UserExtract extends AuthController
             ['page', 1],
             ['limit', 10],
         ], true);
-        return $this->success(WithdrawService::init()::getOrderList($id, $page, $limit));
+        return $this->success(WithdrawService::init()::getOrderExt($id, $page, $limit));
     }
 
     public function getOrderTemplate($id)