8/25 dev bug
This commit is contained in:
@@ -63,10 +63,10 @@ export const delVersion = (id: string | number | Array<string | number>) => {
|
||||
};
|
||||
|
||||
/** 获取过往版本 */
|
||||
export const getPastVersion = (platform: string, appChannel: string, channel: string = 'xiaomi') => {
|
||||
export const getPastVersion = (platform: string, appChannel: string) => {
|
||||
return request({
|
||||
url: `/api/app/getPastVersion?platform=${platform}&appChannel=${appChannel}&channel=${channel}`,
|
||||
method: 'get'
|
||||
url: `/api/app/getPastVersion?platform=${platform}&appChannel=${appChannel}`,
|
||||
method: 'get',
|
||||
});
|
||||
};
|
||||
/** 切换版本启停 */
|
||||
|
||||
Reference in New Issue
Block a user