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