chengkun
2025-09-04 0ea78440cb53b7ecf0ef715e3f51d88918c5821d
提交
1 files modified
3 ■■■■ changed files
app/admin/controller/OnlineMessage.php 3 ●●●● patch | view | raw | blame | history
app/admin/controller/OnlineMessage.php
@@ -5,6 +5,7 @@
use think\Exception;
use think\facade\Db;
use think\facade\View;
use think\response\Json;
class OnlineMessage extends Common {
    public function index() {
@@ -12,7 +13,7 @@
        return View::fetch();
    }
    
    public function get_online_message_list() {
    public function get_online_message_list(): Json {
        try {
            $page   = input('page', 1);
            $limit  = input('limit', 10);