This commit is contained in:
2025-02-26 14:09:18 +08:00
13 changed files with 255 additions and 305 deletions

View File

@@ -49,7 +49,13 @@ const AuthAPI = {
data,
});
},
// 商品详情
getDetail(id: number) {
return request<any, Responseres>({
url: `${baseURL}/${id}`,
method: "get",
});
},
};