功能: 数据结构: 12345678910111213141516171819202122GetStageChapterReq: { }GetStageChapterRsp: { Retcode retcode, List<StageChapterInfo> ChapterLists,}StageChapterInfo: { uint ChapterId, ulong HasTakeChallenge, uint EnterPlayerLevel, List<StageChapterBoss> BossLists, List<StageChapterExclusive> ExclusiveStageLists}StageChapterBoss: { uint BossStageId, uint LeftHp,}StageChapterExclusive: { uint GroupId, uint StageId,}