From 17413303e4c5aa65af3175c143d2b0503cb602ed Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Wed, 15 Jul 2026 10:33:16 +0800 Subject: [PATCH] ud --- src/utils/request.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 5db6187..367a595 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -125,8 +125,8 @@ export function getBrowserInfo(): ClientSysInfo { return { version: __APP_VERSION__, - platform: 'web', - channel: 'web', + platform: 'h5', + channel: 'h5', deviceId: getDeviceId(storedSysInfo), brand, model,