feat: prepare Zhinian desktop client for pilot release
This commit is contained in:
@@ -127,6 +127,9 @@ export function buildGatewayConnectFrame(options: {
|
||||
signedAtMs,
|
||||
token: options.token ?? null,
|
||||
nonce: options.challengeNonce,
|
||||
version: 'v3',
|
||||
platform: options.platform,
|
||||
deviceFamily: null,
|
||||
});
|
||||
const signature = signDevicePayload(options.deviceIdentity.privateKeyPem, payload);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user