mirror of
https://github.com/TheSR007/That_Sky_Requests.git
synced 2024-12-22 20:47:24 +08:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
|
/*
|
||
|
POST /account/commerce/submit_order HTTP/1.1
|
||
|
Host: live.radiance.thatgamecompany.com
|
||
|
User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en)
|
||
|
X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73
|
||
|
Content-Type: application/json
|
||
|
trace-id: SlDBdbF
|
||
|
user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214
|
||
|
session: c96c4ac19fd8ead1e884e4a852a7e933
|
||
|
x-sky-level-id: 1509719447
|
||
|
Content-Length: 733
|
||
|
|
||
|
|
||
|
*/
|
||
|
//Request
|
||
|
{
|
||
|
"order" : "76561199698282316|en|140000002f8193240970dd484c07986701001001119b9166180000000100000005000000a04b5443044b11d0a5981f0003000000b200000032000000040000004c079867010010012a7b230054c8931b0138a8c000000000129b9166924aad66010096be0c000000000004a4fc0d90832fff0d6ebe416afeeda1e3956b5ddc38ef9c6735bc9e9aa9282657f07f9048643ac4c3737cd6d1bce3f0b1cfcb0654fe67e490107b5277d79d317b137f05b3f2cf9469b374b203b7523b1d2c0cbbfb48081dc4ef632457a26a6015d1bd0d0af34972d4675818eb458eb4861dea69076208352907f70877f729de",
|
||
|
"platform" : "steam",
|
||
|
"product_id" : "CDL10",
|
||
|
"session" : "c96c4ac19fd8ead1e884e4a852a7e933",
|
||
|
"target_uid" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214",
|
||
|
"user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214",
|
||
|
"user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214"
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
HTTP/1.1 200 OK
|
||
|
Server: nginx/1.14.2
|
||
|
Date: Fri, 12 Jul 2024 21:16:50 GMT
|
||
|
Content-Type: application/json
|
||
|
Connection: keep-alive
|
||
|
Content-Length: 33
|
||
|
|
||
|
|
||
|
*/
|
||
|
//Response
|
||
|
{
|
||
|
"order_id" : 242107,
|
||
|
"result" : "ok"
|
||
|
}
|
||
|
|