fix: change version name

This commit is contained in:
2025-04-03 21:23:17 +08:00
parent d97053a443
commit 4aaf791801
7 changed files with 57 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import { app } from '@/app.ts';
export const callDetectAppVersion = async ({ appKey, version, username }: { appKey: string; version: string; username: string }, token: string) => {
const res = await app.call({
path: 'app',
key: 'detect-version-list',
key: 'detectVersionList',
payload: {
token: token,
data: { appKey, version, username },