From 947f7cfa004bd2c24dd3e017ccdee4d8e07c37fc Mon Sep 17 00:00:00 2001 From: xuanzhi33 Date: Thu, 18 Jul 2024 23:46:21 +0800 Subject: [PATCH] refactor: Update headers' names for API request --- docs/data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data.html b/docs/data.html index 81f4bfa..314026b 100644 --- a/docs/data.html +++ b/docs/data.html @@ -203,8 +203,8 @@

Data

method: "POST", headers: { "Content-Type": "application/json", - "xuanzhi33-name": this.username, - "xuanzhi33-token": this.token + "Xuanzhi33-User": this.username, + "Xuanzhi33-Token": this.token }, body: JSON.stringify({ page: this.page,