mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
павпвапавпва
This commit is contained in:
@@ -34,11 +34,10 @@ export async function GetUserData(SearchToken, AUTHTOKEN) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${BackendApiUrl}/Payment/GetGameCrashCurrentData`, {
|
const response = await fetch(`${BackendApiUrl}/Payment/UserMoney`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json'
|
||||||
"Access-Control-Allow-Origin": "*",
|
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
redirect: 'follow'
|
redirect: 'follow'
|
||||||
|
|||||||
Reference in New Issue
Block a user