群信息
This commit is contained in:
@@ -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('参数不存在');
|
||||
|
||||
Reference in New Issue
Block a user