fix : json 포멧 수정
This commit is contained in:
@@ -24,27 +24,6 @@ class MemberController extends Controller
|
||||
* description="회원 인증용 토큰",
|
||||
* @OA\Schema(type="string", example="abc123token")
|
||||
* ),
|
||||
* @OA\Parameter(
|
||||
* name="type",
|
||||
* in="query",
|
||||
* required=false,
|
||||
* description="조회 타입: 기본(default), 상세(info)",
|
||||
* @OA\Schema(type="string", enum={"default", "info"}, example="default")
|
||||
* ),
|
||||
* @OA\Parameter(
|
||||
* name="debug",
|
||||
* in="query",
|
||||
* required=false,
|
||||
* description="디버그 모드 여부 (쿼리 로그 포함 여부)",
|
||||
* @OA\Schema(type="boolean", example=true)
|
||||
* ),
|
||||
* @OA\Parameter(
|
||||
* name="status",
|
||||
* in="query",
|
||||
* required=false,
|
||||
* description="상태 필터링 (01,02,03 사용자만 조회)",
|
||||
* @OA\Schema(type="boolean", example=true)
|
||||
* ),
|
||||
*
|
||||
* @OA\Response(
|
||||
* response=200,
|
||||
@@ -73,11 +52,6 @@ class MemberController extends Controller
|
||||
* @OA\Property(property="created_at", type="string", format="date-time", example=null),
|
||||
* @OA\Property(property="updated_at", type="string", format="date-time", example="2025-07-16T09:30:56.000000Z")
|
||||
* )
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="query",
|
||||
* type="array",
|
||||
* @OA\Items(type="string", example="select * from `members`")
|
||||
* )
|
||||
* )
|
||||
* ),
|
||||
@@ -168,11 +142,6 @@ public function store(Request $request)
|
||||
* @OA\Property(property="reg_date", type="string", format="date-time", example="2025-07-16T09:28:41.000000Z"),
|
||||
* @OA\Property(property="created_at", type="string", format="date-time", example=null),
|
||||
* @OA\Property(property="updated_at", type="string", format="date-time", example="2025-07-16T09:30:56.000000Z")
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="query",
|
||||
* type="array",
|
||||
* @OA\Items(type="string", example="select * from `members` where `mb_num` = 1 limit 1")
|
||||
* )
|
||||
* )
|
||||
* ),
|
||||
|
||||
Reference in New Issue
Block a user