BUG 調整 用Authorization

This commit is contained in:
allen.yan 2025-06-04 15:04:25 +08:00
parent 1da2e215fb
commit c9aef372ef

View File

@ -22,7 +22,7 @@ class BranchControlController extends Controller
* summary="取得分店資訊", * summary="取得分店資訊",
* description="需帶入 Bearer Token 取得當前用戶可存取的分店資訊", * description="需帶入 Bearer Token 取得當前用戶可存取的分店資訊",
* operationId="Branches", * operationId="Branches",
* security={{ "sanctum": {} }}, * security={{"Authorization":{}}},
* @OA\Response( * @OA\Response(
* response=200, * response=200,
* description="成功回傳分店列表", * description="成功回傳分店列表",