Merge branch 'main' of 47.107.44.202:xionglijia/18xchat
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user