7/13 水电表解绑房屋

This commit is contained in:
Zy
2026-07-13 08:06:08 +08:00
parent 298f93380c
commit 4efb535730
10 changed files with 128 additions and 73 deletions

View File

@@ -63,9 +63,9 @@ export const delVersion = (id: string | number | Array<string | number>) => {
};
/** 获取过往版本 */
export const getPastVersion = (platform: string, channel: string) => {
export const getPastVersion = (platform: string, appChannel: string, channel: string = 'xiaomi') => {
return request({
url: `/api/app/getPastVersion?platform=${platform}&channel=${channel}`,
url: `/api/app/getPastVersion?platform=${platform}&appChannel=${appChannel}&channel=${channel}`,
method: 'get'
});
};