|
|
@ -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; |
|
|
|