资金明细
This commit is contained in:
@@ -23,7 +23,7 @@ class UserScore extends Controller
|
||||
*/
|
||||
public function getList() {
|
||||
$user_score_model = new UserScoreModel;
|
||||
$list = $user_score_model->getList(['UserId'=>$this->userinfo['UserId']]);
|
||||
$list = $user_score_model->getListPage(['UserId'=>$this->userinfo['UserId']]);
|
||||
echo json_encode($list);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user