From 42a392d5be356080c7e1105318054095f51f2c67 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Tue, 13 Jan 2026 10:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Admin/UserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Admin/UserController.php b/app/Http/Controllers/Admin/UserController.php index 1f121f8..286fd49 100755 --- a/app/Http/Controllers/Admin/UserController.php +++ b/app/Http/Controllers/Admin/UserController.php @@ -715,7 +715,7 @@ class UserController extends BaseController * summary="批量更新用户信息", * description="", * @OA\Parameter(name="ids", in="query", @OA\Schema(type="string"), required=true, description="英文逗号分隔的用户id"), - * @OA\Parameter(name="data", in="query", @OA\Schema(type="object"), required=true, description="需要更新的字段对象,键为字段名,值为字段值,例如:{\"is_vip\":\"1\",\"is_schoolmate\":\"1\",\"talent_tags\":\"标签1,标签2\"}"), + * @OA\Parameter(name="data", in="query", @OA\Schema(type="object"), required=true, description="需要更新的字段对象,键为字段名,值为字段值,例如:{is_vip:1,is_schoolmate:1,talent_tags:标签1,标签2}"), * @OA\Parameter(name="token", in="query", @OA\Schema(type="string"), required=true, description="token"), * @OA\Response( * response="200",