chore: update

This commit is contained in:
xiaoxian521
2023-05-27 13:11:04 +08:00
parent b29500c4ed
commit 0c12cba474
3 changed files with 226 additions and 17 deletions

View File

@@ -12,3 +12,8 @@ type Result = {
export const getCardList = (data?: object) => {
return http.request<Result>("post", "/getCardList", { data });
};
/** 版本日志 */
export const getReleases = () => {
return http.request<Result>("get", "/releases");
};