52 lines
1022 B
JSON
52 lines
1022 B
JSON
{
|
|
"list": [
|
|
{
|
|
"chapterId": 1,
|
|
"subChapterId": 100,
|
|
"storyList": [
|
|
{
|
|
"id": 1,
|
|
"storyId": "S001B",
|
|
"nodeId": 10001,
|
|
"stageDetail": "Before"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"storyId": "S001A",
|
|
"nodeId": 10001,
|
|
"stageDetail": "After"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"storyId": "S002B",
|
|
"nodeId": 10002,
|
|
"stageDetail": "Before"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"storyId": "S003B",
|
|
"nodeId": 10003,
|
|
"stageDetail": "Before"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"storyId": "S003A",
|
|
"nodeId": 10003,
|
|
"stageDetail": "After"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"storyId": "S004B",
|
|
"nodeId": 10004,
|
|
"stageDetail": "Before"
|
|
},
|
|
{
|
|
"id": 7,
|
|
"storyId": "S004A",
|
|
"nodeId": 10004,
|
|
"stageDetail": "After"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |