|
|
@@ -392,7 +392,7 @@ export async function AddScore2(ctx) {
|
|
392
|
392
|
}
|
|
393
|
393
|
}
|
|
394
|
394
|
if (!RankList) RankList = [];
|
|
395
|
|
- ctx.body = { errcode: 10000, result: { Points: points, CurrentRank, HistoryRank: historyRank, MinDuration, PracticeNumber: practiceNumber, IsScoreRecord, IsTimeRecord, MakeProgress: makeProgress, RankList, ScoreID: scoreInfo.insertId } };
|
|
|
395
|
+ ctx.body = { errcode: 10000, result: { Points: points, CurrentRank, HistoryRank: historyRank, MinDuration, PracticeNumber: practiceNumber, IsScoreRecord: isScoreRecord, IsTimeRecord: isTimeRecord, MakeProgress: makeProgress, RankList, ScoreID: scoreInfo.insertId } };
|
|
396
|
396
|
}
|
|
397
|
397
|
|
|
398
|
398
|
export async function AddScore2Intensify(ctx) {
|
|
|
@@ -591,7 +591,7 @@ export async function AddScore3(ctx) {
|
|
591
|
591
|
}
|
|
592
|
592
|
if (!RankList) RankList = [];
|
|
593
|
593
|
if (MinDuration == 999999) MinDuration = param.Duration;
|
|
594
|
|
- ctx.body = { errcode: 10000, result: { Points: points, CurrentRank, MinDuration, PracticeNumber: practiceNumber, IsScoreRecord, IsTimeRecord, RankList, PersonNumber24Hours, CurrentRankRate, GoldCoinAll, MaxPoints, PointTotal, SpeedLevel, IsPointLevel, IsSpeedLevel, ScoreID: scoreResult.insertId } };
|
|
|
594
|
+ ctx.body = { errcode: 10000, result: { Points: points, CurrentRank, MinDuration, PracticeNumber: practiceNumber, IsScoreRecord: isScoreRecord, IsTimeRecord: isTimeRecord, RankList, PersonNumber24Hours, CurrentRankRate, GoldCoinAll, MaxPoints, PointTotal, SpeedLevel, IsPointLevel: isPointLevel, IsSpeedLevel: isSpeedLevel, ScoreID: scoreResult.insertId } };
|
|
595
|
595
|
}
|
|
596
|
596
|
|
|
597
|
597
|
export async function AddScore3Intensify(ctx) {
|