This commit is contained in:
zhangjianjun 2026-07-15 10:33:16 +08:00
parent 1ed1bf629a
commit 17413303e4
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ export function getBrowserInfo(): ClientSysInfo {
return { return {
version: __APP_VERSION__, version: __APP_VERSION__,
platform: 'web', platform: 'h5',
channel: 'web', channel: 'h5',
deviceId: getDeviceId(storedSysInfo), deviceId: getDeviceId(storedSysInfo),
brand, brand,
model, model,