From f874763d63193930e0b8eb3b167988a71bc42656 Mon Sep 17 00:00:00 2001 From: zhuzhiqing Date: Mon, 26 Jun 2023 09:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=96=E8=B4=B8=E5=B9=BF?= =?UTF-8?q?=E5=9C=BA=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qiandao/nornal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiandao/nornal.js b/qiandao/nornal.js index 4f43950..a14e87f 100644 --- a/qiandao/nornal.js +++ b/qiandao/nornal.js @@ -58,7 +58,7 @@ class UserInfo { } } - let body = `{"MallID":11672,"Header":{"Token":"ma8ww3NSuEKU9gtvd3RdqA4JGQMirfvE,16495","systemInfo":{"model":"microsoft","SDKVersion":"2.19.2","system":"Windows 10 x64","version":"3.5.0","miniVersion":"DZ.2.5.55.3SMGC.11AR"}}}` + let body = `{"MallID":11672,"Header":{"Token":"uDDR9j0vfUmafRoVsGiOIwpe1xnyP-rE,16495","systemInfo":{"model":"microsoft","SDKVersion":"2.19.2","system":"Windows 10 x64","version":"3.5.0","miniVersion":"DZ.2.5.55.3SMGC.11AR"}}}` if(body) { urlObject.body = body urlObject.headers['Content-Type'] = 'application/json; charset=UTF-8'