import { api } from "@/config"; import { API_GET_FISH } from "@/constants"; export async function queryFish() { return api.get(API_GET_FISH); }