From 9141b9d6f700fe172469856d5e4aed7283dc10f1 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 11 Jan 2026 10:11:48 +0000 Subject: [PATCH] =?UTF-8?q?http=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/http.md b/http.md index fe58ae2..2a961cc 100644 --- a/http.md +++ b/http.md @@ -37,6 +37,34 @@ https://blueprintue.com/blueprint/7u_13489/ https://blueprintue.com/blueprint/gmc3vcdj/ +> PlayerJson, ${record} + +```json +{ + "character": [ + { "id": 3, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ], + "item": [ + { "id": 300, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ], + "card": [ + { "id": 300, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ] +} +``` + +> PlayerData + +```json +{ + "repo": $repo, + "did": $did, + "collection": $collection, + "rkey": $rkey, + "record": $record +} +``` + ## 他のplugin - https://github.com/ufna/VaRest