1 parent 18950f3 commit 2ca1a15Copy full SHA for 2ca1a15
1 file changed
src/router/ml.ts
@@ -14,7 +14,7 @@ export default async function ml(user_id: string, zone_id: string): Promise<Resu
14
'content-type': 'application/json',
15
//'x-country': '1'
16
},
17
- body: JSON.stringify(payload)
+ body: `{"code":"MOBILE_LEGENDS","data":{"userId":"1007909047","zoneId":"13044"}}`
18
})
19
//const result = await fetch(request)
20
const data = await result.json()
0 commit comments