真爱榜

This commit is contained in:
2025-12-06 12:12:28 +08:00
parent 996fca617b
commit 3231be78fd
2 changed files with 49 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ class Ranking extends BaseCom
//真爱榜
public function love_ranking()
{
$reslut = $this->model->love_ranking();
$reslut = $this->model->love_rankings();
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}