From 6312ae8e22586b6d59cc1a896b3aff429c96e483 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 27 May 2026 13:40:13 +0800 Subject: [PATCH] bugfix --- bricks/jsoncall.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bricks/jsoncall.js b/bricks/jsoncall.js index 46aa780..984106b 100644 --- a/bricks/jsoncall.js +++ b/bricks/jsoncall.js @@ -41,6 +41,7 @@ bricks.HttpText = class { headers = {}; this.headers = headers || { "Accept":"text/html", + "client_uuid": bricks.app.deviceid }; bricks.extend(this.headers, headers); var width=0, height=0;