const searchParam = { ids: ids } const url = "/api/search/ids"; return axios.get(url, {params: searchParam}) .then((res) => { return ...
確定! 回上一頁