mirror of
https://github.com/TheSR007/That_Sky_Requests.git
synced 2024-12-22 12:39:58 +08:00
106 lines
2.2 KiB
JSON
106 lines
2.2 KiB
JSON
/*
|
|
POST /account/get_remote_outfit 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: SBr4T0V
|
|
user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214
|
|
session: c96c4ac19fd8ead1e884e4a852a7e933
|
|
x-sky-level-id: 1509719447
|
|
Content-Length: 189
|
|
|
|
|
|
*/
|
|
//Request
|
|
{
|
|
"session" : "c96c4ac19fd8ead1e884e4a852a7e933",
|
|
"target" : "5c5d306b-8694-47e8-b4d5-002cc4205378",
|
|
"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:43 GMT
|
|
Content-Type: application/json
|
|
Connection: keep-alive
|
|
Content-Length: 645
|
|
|
|
|
|
*/
|
|
//Response
|
|
{
|
|
"get_remote_outfit" : {
|
|
"arms" : {
|
|
"id" : 0,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"attitude" : "0",
|
|
"body" : {
|
|
"id" : 1394323104,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"feet" : {
|
|
"id" : 1532093990,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"hair" : {
|
|
"id" : 2704502947,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"hat" : {
|
|
"id" : 1470462579,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"height" : 1.259276498516485,
|
|
"horn" : {
|
|
"id" : 3886634356,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"mask" : {
|
|
"id" : 4267756678,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"neck" : {
|
|
"id" : 637137758,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"prop" : {
|
|
"id" : 772545524,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
},
|
|
"scale" : 0.1086676991168552,
|
|
"seed" : 42080,
|
|
"voice" : 0,
|
|
"wing" : {
|
|
"id" : 441553228,
|
|
"mask" : 0,
|
|
"pat" : 0,
|
|
"tex" : 0
|
|
}
|
|
},
|
|
"result" : "ok",
|
|
"serendipity_types" : []
|
|
}
|
|
|