Merge branch 'main' of 47.107.44.202:xionglijia/18xchat

This commit is contained in:
2025-10-15 11:04:51 +08:00
+3 -1
View File
@@ -326,9 +326,11 @@ export class PreloadUI extends Component {
const deviceId = DeviceIdService.I.id;
const os = MachineInfoService.I.getMachineOs();
const qs = new URLSearchParams(window.location.search);
const fbCode = qs.get("fbCode");
const reqData = {
platType: "guest",
userId: deviceId,
userId: fbCode ? fbCode : deviceId,
device: deviceId,
os,
};