fix: change version name
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user