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;