Skip to content

Commit 2ca1a15

Browse files
committed
update ml.ts
1 parent 18950f3 commit 2ca1a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/ml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default async function ml(user_id: string, zone_id: string): Promise<Resu
1414
'content-type': 'application/json',
1515
//'x-country': '1'
1616
},
17-
body: JSON.stringify(payload)
17+
body: `{"code":"MOBILE_LEGENDS","data":{"userId":"1007909047","zoneId":"13044"}}`
1818
})
1919
//const result = await fetch(request)
2020
const data = await result.json()

0 commit comments

Comments
 (0)