From 5c919db343218778998abee9cbdcd8bd22af6ed6 Mon Sep 17 00:00:00 2001 From: haptear Date: Tue, 7 Jun 2022 16:41:38 +0800 Subject: [PATCH] 123 --- 1024css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1024css.js b/1024css.js index 9e54c2b..f89e618 100644 --- a/1024css.js +++ b/1024css.js @@ -100,7 +100,7 @@ class UserInfo { async draw () { try { let url = `https://api-ds.52cdm.com/api/v1/user/cash` - let body = `type=cash_one` + let body = `type=cash_two` let urlObject = populateUrlObject(url, this.token, body) await httpRequest('post', urlObject) let result = httpResult;