群信息

This commit is contained in:
2025-12-02 19:08:29 +08:00
parent 4a87c4839f
commit 09fd5a6149

View File

@@ -8,6 +8,7 @@ use app\chat\model\ChatDoNotDisturb;
use app\common\controller\ApiController;
use app\exception\MyBusinessException;
use app\utils\Session;
use support\Log;
use support\Request;
use support\Response;
use support\think\Db;
@@ -18,6 +19,7 @@ class GroupController extends ApiController
public function info(Request $request): Response
{
Log::info('info' . $this->uid);
$shop_id = $request->post('shop_id');
if (empty($shop_id)) {
return $this->error('参数不存在');