update netDetail

This commit is contained in:
2025-11-07 11:54:16 +07:00
parent b9cd637b33
commit 25b9e831d1
6 changed files with 93 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
import { api } from "@/config";
import { API_GET_FISH } from "@/constants";
export async function queryFish() {
return api.get<Model.FishSpeciesResponse[]>(API_GET_FISH);
}