diff --git a/src/main.rs b/src/main.rs index 88e677f..a20207f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -21,16 +21,46 @@ async fn dummy_login(req: HttpRequest, body: String) -> HttpResponse { router::l #[get("/api/user")] async fn user(req: HttpRequest) -> HttpResponse { router::user::user(req) } +#[post("/api/user/initialize")] +async fn user_initialize(req: HttpRequest, body: String) -> HttpResponse { router::user::initialize(req, body) } + #[get("/api/purchase")] async fn purchase(req: HttpRequest) -> HttpResponse { router::purchase::purchase(req) } #[post("/api/tutorial")] async fn tutorial(req: HttpRequest, body: String) -> HttpResponse { router::tutorial::tutorial(req, body) } +#[post("/api/friend")] +async fn friend(req: HttpRequest, body: String) -> HttpResponse { router::friend::friend(req, body) } + +#[post("/api/live/guest")] +async fn live_guest(req: HttpRequest, body: String) -> HttpResponse { router::live::guest(req, body) } + +#[post("/api/event")] +async fn event(req: HttpRequest, body: String) -> HttpResponse { router::event::event(req, body) } + +#[post("/api/live/start")] +async fn live_start(req: HttpRequest, body: String) -> HttpResponse { router::live::start(req, body) } + +#[get("/api/live/clearRate")] +async fn live_clearrate(req: HttpRequest) -> HttpResponse { router::live::clearrate(req) } + #[get("/api/mission")] async fn mission(req: HttpRequest) -> HttpResponse { router::mission::mission(req) } -async fn log_unknown_request(req: HttpRequest) -> HttpResponse { +#[get("/api/home")] +async fn home(req: HttpRequest) -> HttpResponse { router::home::home(req) } + +#[post("/api/lottery/get_tutorial")] +async fn lottery_tutorial(req: HttpRequest, body: String) -> HttpResponse { router::lottery::tutorial(req, body) } + +#[post("/api/lottery")] +async fn lottery(req: HttpRequest, body: String) -> HttpResponse { router::lottery::lottery(req, body) } + +async fn log_unknown_request(req: HttpRequest, body: String) -> HttpResponse { + if body != String::new() { + println!("{}", encryption::decrypt_packet(&body).unwrap()); + } println!("Unhandled request: {}", req.path()); HttpResponse::Ok().body("ok") } @@ -44,10 +74,19 @@ async fn main() -> std::io::Result<()> { println!("Request: {}", req.path()); srv.call(req) }) + .service(live_guest) + .service(live_clearrate) + .service(live_start) + .service(event) .service(purchase) + .service(user_initialize) .service(start_start) .service(tutorial) + .service(lottery_tutorial) + .service(lottery) + .service(friend) .service(mission) + .service(home) .service(start_assethash) .service(user) .service(dummy_login) diff --git a/src/router.rs b/src/router.rs index eb1084c..e9af9ab 100644 --- a/src/router.rs +++ b/src/router.rs @@ -6,3 +6,8 @@ pub mod user; pub mod purchase; pub mod tutorial; pub mod mission; +pub mod home; +pub mod lottery; +pub mod friend; +pub mod live; +pub mod event; diff --git a/src/router/clearrate.json b/src/router/clearrate.json new file mode 100644 index 0000000..9eaa964 --- /dev/null +++ b/src/router/clearrate.json @@ -0,0 +1 @@ +{"all_user_clear_rate":[{"master_live_id":1100101,"normal":"86.07%","hard":"90.56%","expert":"91.03%","master":"72.77%"},{"master_live_id":1100201,"normal":"87.30%","hard":"73.96%","expert":"79.94%","master":"72.73%"},{"master_live_id":1100301,"normal":"86.28%","hard":"82.63%","expert":"87.07%","master":"68.32%"},{"master_live_id":1100401,"normal":"75.95%","hard":"78.23%","expert":"87.79%","master":"69.05%"},{"master_live_id":1100501,"normal":"85.77%","hard":"85.40%","expert":"90.27%","master":"73.59%"},{"master_live_id":1100601,"normal":"41.15%","hard":"50.59%","expert":"85.23%","master":"78.65%"},{"master_live_id":1100701,"normal":"87.83%","hard":"82.48%","expert":"75.97%","master":"74.38%"},{"master_live_id":1100801,"normal":"89.33%","hard":"94.54%","expert":"93.79%","master":"82.76%"},{"master_live_id":1100901,"normal":"63.55%","hard":"47.14%","expert":"60.13%","master":"48.01%"},{"master_live_id":1101001,"normal":"89.63%","hard":"89.68%","expert":"89.60%","master":"88.49%"},{"master_live_id":1101101,"normal":"81.73%","hard":"73.03%","expert":"81.58%","master":"75.13%"},{"master_live_id":1101201,"normal":"75.88%","hard":"72.66%","expert":"85.09%","master":"64.19%"},{"master_live_id":1101401,"normal":"84.80%","hard":"63.80%","expert":"87.62%","master":"85.60%"},{"master_live_id":1101501,"normal":"86.94%","hard":"68.41%","expert":"86.43%","master":"79.95%"},{"master_live_id":1101601,"normal":"87.99%","hard":"84.06%","expert":"76.94%","master":"77.55%"},{"master_live_id":1101701,"normal":"80.42%","hard":"82.44%","expert":"83.25%","master":"83.11%"},{"master_live_id":1101901,"normal":"91.63%","hard":"83.95%","expert":"89.55%","master":"72.77%"},{"master_live_id":1102001,"normal":"85.42%","hard":"85.78%","expert":"89.15%","master":"77.09%"},{"master_live_id":1102101,"normal":"85.19%","hard":"87.83%","expert":"64.88%","master":"49.56%"},{"master_live_id":1102201,"normal":"90.93%","hard":"78.08%","expert":"83.52%","master":"75.07%"},{"master_live_id":1102301,"normal":"82.74%","hard":"75.22%","expert":"81.06%","master":"69.54%"},{"master_live_id":1102401,"normal":"83.20%","hard":"84.31%","expert":"91.42%","master":"85.97%"},{"master_live_id":1102501,"normal":"79.90%","hard":"78.55%","expert":"85.34%","master":"83.07%"},{"master_live_id":1102601,"normal":"91.31%","hard":"92.57%","expert":"88.50%","master":"83.30%"},{"master_live_id":1102701,"normal":"85.88%","hard":"88.63%","expert":"88.36%","master":"83.55%"},{"master_live_id":1102801,"normal":"74.75%","hard":"70.16%","expert":"80.95%","master":"75.40%"},{"master_live_id":1102901,"normal":"91.45%","hard":"93.97%","expert":"89.02%","master":"76.18%"},{"master_live_id":1103001,"normal":"86.53%","hard":"77.74%","expert":"81.22%","master":"72.06%"},{"master_live_id":1103101,"normal":"89.10%","hard":"88.86%","expert":"81.28%","master":"62.30%"},{"master_live_id":1103201,"normal":"90.80%","hard":"89.68%","expert":"89.96%","master":"83.17%"},{"master_live_id":1103301,"normal":"75.32%","hard":"80.22%","expert":"82.96%","master":"78.13%"},{"master_live_id":1103501,"normal":"72.67%","hard":"79.26%","expert":"89.65%","master":"71.56%"},{"master_live_id":1103701,"normal":"90.15%","hard":"77.07%","expert":"82.60%","master":"76.48%"},{"master_live_id":1103801,"normal":"93.73%","hard":"91.11%","expert":"89.11%","master":"88.67%"},{"master_live_id":1103901,"normal":"84.89%","hard":"83.97%","expert":"90.06%","master":"83.59%"},{"master_live_id":1104001,"normal":"86.14%","hard":"84.41%","expert":"92.60%","master":"72.33%"},{"master_live_id":1104101,"normal":"78.97%","hard":"50.07%","expert":"71.31%","master":"48.48%"},{"master_live_id":1104201,"normal":"84.98%","hard":"87.07%","expert":"92.29%","master":"64.16%"},{"master_live_id":1104401,"normal":"86.22%","hard":"89.37%","expert":"93.72%","master":"88.90%"},{"master_live_id":1104501,"normal":"89.37%","hard":"77.41%","expert":"93.21%","master":"86.37%"},{"master_live_id":1104601,"normal":"87.61%","hard":"84.46%","expert":"90.05%","master":"87.02%"},{"master_live_id":1104701,"normal":"89.42%","hard":"90.06%","expert":"94.58%","master":"89.64%"},{"master_live_id":1104801,"normal":"87.46%","hard":"90.58%","expert":"83.78%","master":"69.42%"},{"master_live_id":1104901,"normal":"74.33%","hard":"64.26%","expert":"60.51%","master":"59.71%"},{"master_live_id":1105001,"normal":"90.54%","hard":"88.54%","expert":"90.55%","master":"84.44%"},{"master_live_id":1105401,"normal":"76.86%","hard":"74.54%","expert":"83.00%","master":"79.46%"},{"master_live_id":1105501,"normal":"87.48%","hard":"87.39%","expert":"90.19%","master":"84.36%"},{"master_live_id":1105701,"normal":"86.47%","hard":"76.37%","expert":"78.10%","master":"62.95%"},{"master_live_id":1105801,"normal":"91.15%","hard":"88.11%","expert":"92.18%","master":"86.00%"},{"master_live_id":1105901,"normal":"86.69%","hard":"84.82%","expert":"84.35%","master":"75.88%"},{"master_live_id":1106001,"normal":"88.56%","hard":"87.76%","expert":"92.19%","master":"74.78%"},{"master_live_id":1106101,"normal":"92.20%","hard":"74.27%","expert":"82.44%","master":"64.78%"},{"master_live_id":1106201,"normal":"88.27%","hard":"87.16%","expert":"91.80%","master":"81.24%"},{"master_live_id":1106301,"normal":"85.33%","hard":"89.78%","expert":"89.70%","master":"87.05%"},{"master_live_id":1106401,"normal":"87.82%","hard":"91.18%","expert":"90.71%","master":"75.18%"},{"master_live_id":1106601,"normal":"89.27%","hard":"88.11%","expert":"91.46%","master":"85.16%"},{"master_live_id":1106701,"normal":"87.74%","hard":"87.98%","expert":"81.40%","master":"76.84%"},{"master_live_id":1106801,"normal":"86.19%","hard":"87.46%","expert":"86.70%","master":"87.15%"},{"master_live_id":1106901,"normal":"91.76%","hard":"89.12%","expert":"93.35%","master":"84.31%"},{"master_live_id":1107001,"normal":"93.21%","hard":"88.94%","expert":"92.59%","master":"82.15%"},{"master_live_id":1107101,"normal":"93.25%","hard":"95.21%","expert":"94.40%","master":"89.97%"},{"master_live_id":1107201,"normal":"86.75%","hard":"80.84%","expert":"93.61%","master":"84.20%"},{"master_live_id":1107301,"normal":"92.99%","hard":"87.80%","expert":"91.82%","master":"80.58%"},{"master_live_id":1107401,"normal":"88.74%","hard":"91.13%","expert":"94.15%","master":"88.73%"},{"master_live_id":1107501,"normal":"85.03%","hard":"91.64%","expert":"83.78%","master":"76.74%"},{"master_live_id":1107601,"normal":"88.67%","hard":"80.36%","expert":"81.62%","master":"77.69%"},{"master_live_id":1107701,"normal":"84.81%","hard":"81.98%","expert":"61.26%","master":"55.77%"},{"master_live_id":1107801,"normal":"94.14%","hard":"88.16%","expert":"92.82%","master":"79.34%"},{"master_live_id":1107901,"normal":"49.32%","hard":"60.27%","expert":"61.23%","master":"65.85%"},{"master_live_id":1108001,"normal":"93.40%","hard":"89.91%","expert":"89.96%","master":"85.56%"},{"master_live_id":1108101,"normal":"79.39%","hard":"86.20%","expert":"88.82%","master":"70.40%"},{"master_live_id":1108201,"normal":"77.91%","hard":"68.12%","expert":"82.78%","master":"71.00%"},{"master_live_id":1108301,"normal":"85.07%","hard":"82.88%","expert":"85.58%","master":"81.40%"},{"master_live_id":1108401,"normal":"92.22%","hard":"84.91%","expert":"88.38%","master":"84.89%"},{"master_live_id":1108501,"normal":"82.69%","hard":"88.20%","expert":"88.54%","master":"76.96%"},{"master_live_id":1108601,"normal":"44.61%","hard":"48.36%","expert":"64.94%","master":"62.63%"},{"master_live_id":1108701,"normal":"90.09%","hard":"89.10%","expert":"93.98%","master":"85.72%"},{"master_live_id":1108801,"normal":"86.39%","hard":"86.38%","expert":"92.36%","master":"75.56%"},{"master_live_id":1108901,"normal":"90.98%","hard":"83.83%","expert":"86.73%","master":"78.61%"},{"master_live_id":1109001,"normal":"84.77%","hard":"86.93%","expert":"93.35%","master":"80.26%"},{"master_live_id":1109101,"normal":"92.63%","hard":"87.12%","expert":"89.37%","master":"87.18%"},{"master_live_id":1109201,"normal":"92.11%","hard":"90.43%","expert":"96.45%","master":"90.55%"},{"master_live_id":1109301,"normal":"90.86%","hard":"93.95%","expert":"93.24%","master":"85.97%"},{"master_live_id":1109401,"normal":"88.58%","hard":"91.67%","expert":"93.49%","master":"87.72%"},{"master_live_id":1109501,"normal":"77.60%","hard":"75.43%","expert":"76.14%","master":"75.49%"},{"master_live_id":1109601,"normal":"87.83%","hard":"85.30%","expert":"87.80%","master":"80.16%"},{"master_live_id":1109701,"normal":"90.77%","hard":"88.93%","expert":"92.55%","master":"81.52%"},{"master_live_id":1109801,"normal":"88.56%","hard":"90.02%","expert":"91.25%","master":"73.30%"},{"master_live_id":1109901,"normal":"89.00%","hard":"91.22%","expert":"91.67%","master":"85.68%"},{"master_live_id":1110001,"normal":"92.27%","hard":"84.25%","expert":"89.16%","master":"86.65%"},{"master_live_id":1110101,"normal":"89.45%","hard":"82.40%","expert":"59.12%","master":"46.48%"},{"master_live_id":1110201,"normal":"87.05%","hard":"75.45%","expert":"79.38%","master":"83.62%"},{"master_live_id":1110301,"normal":"85.31%","hard":"84.16%","expert":"93.29%","master":"82.91%"},{"master_live_id":1110401,"normal":"91.94%","hard":"93.84%","expert":"91.05%","master":"79.02%"},{"master_live_id":1110501,"normal":"88.61%","hard":"90.08%","expert":"92.79%","master":"85.73%"},{"master_live_id":1110601,"normal":"73.97%","hard":"76.86%","expert":"88.16%","master":"78.71%"},{"master_live_id":1110701,"normal":"92.24%","hard":"88.26%","expert":"88.94%","master":"84.96%"},{"master_live_id":1110801,"normal":"84.71%","hard":"81.89%","expert":"65.27%","master":"58.77%"},{"master_live_id":1110901,"normal":"92.98%","hard":"91.86%","expert":"90.85%","master":"77.38%"},{"master_live_id":1111001,"normal":"91.77%","hard":"90.25%","expert":"92.75%","master":"85.40%"},{"master_live_id":1111101,"normal":"91.93%","hard":"90.62%","expert":"92.91%","master":"90.05%"},{"master_live_id":1111201,"normal":"87.00%","hard":"74.63%","expert":"74.67%","master":"64.63%"},{"master_live_id":1111301,"normal":"86.83%","hard":"85.85%","expert":"87.80%","master":"75.94%"},{"master_live_id":1111401,"normal":"88.58%","hard":"76.26%","expert":"84.64%","master":"71.64%"},{"master_live_id":1111501,"normal":"83.96%","hard":"78.72%","expert":"79.08%","master":"68.21%"},{"master_live_id":1111601,"normal":"87.42%","hard":"92.93%","expert":"95.86%","master":"85.83%"},{"master_live_id":1111701,"normal":"45.95%","hard":"52.36%","expert":"74.14%","master":"49.46%"},{"master_live_id":1111801,"normal":"90.73%","hard":"88.99%","expert":"93.13%","master":"83.68%"},{"master_live_id":1111901,"normal":"87.76%","hard":"86.23%","expert":"89.93%","master":"79.73%"},{"master_live_id":1112001,"normal":"94.95%","hard":"88.80%","expert":"85.82%","master":"69.99%"},{"master_live_id":1112101,"normal":"89.67%","hard":"87.62%","expert":"87.40%","master":"70.35%"},{"master_live_id":1112301,"normal":"86.22%","hard":"81.56%","expert":"88.21%","master":"77.74%"},{"master_live_id":1112401,"normal":"77.88%","hard":"80.90%","expert":"86.31%","master":"66.44%"},{"master_live_id":1112601,"normal":"62.03%","hard":"57.41%","expert":"79.07%","master":"69.97%"},{"master_live_id":1112701,"normal":"72.81%","hard":"77.75%","expert":"87.28%","master":"74.51%"},{"master_live_id":1112801,"normal":"91.36%","hard":"91.90%","expert":"91.94%","master":"84.69%"},{"master_live_id":1112901,"normal":"91.23%","hard":"86.41%","expert":"83.97%","master":"83.55%"},{"master_live_id":1113001,"normal":"89.99%","hard":"81.50%","expert":"83.90%","master":"82.35%"},{"master_live_id":1113101,"normal":"87.35%","hard":"76.27%","expert":"81.15%","master":""},{"master_live_id":1200101,"normal":"91.25%","hard":"78.86%","expert":"81.59%","master":"79.55%"},{"master_live_id":1200201,"normal":"93.41%","hard":"72.85%","expert":"74.44%","master":""},{"master_live_id":1200301,"normal":"86.64%","hard":"67.65%","expert":"85.40%","master":""},{"master_live_id":1200401,"normal":"89.68%","hard":"95.41%","expert":"93.37%","master":""},{"master_live_id":1200501,"normal":"88.42%","hard":"89.69%","expert":"77.52%","master":""},{"master_live_id":1200601,"normal":"95.55%","hard":"97.40%","expert":"94.91%","master":""},{"master_live_id":1200701,"normal":"48.27%","hard":"53.00%","expert":"79.09%","master":""},{"master_live_id":1200801,"normal":"91.70%","hard":"93.34%","expert":"94.84%","master":""},{"master_live_id":1200901,"normal":"96.21%","hard":"89.09%","expert":"92.47%","master":""},{"master_live_id":1201001,"normal":"92.01%","hard":"93.24%","expert":"94.18%","master":""},{"master_live_id":1201101,"normal":"90.56%","hard":"87.42%","expert":"90.18%","master":""},{"master_live_id":1201201,"normal":"93.32%","hard":"88.61%","expert":"90.04%","master":""},{"master_live_id":1201301,"normal":"96.04%","hard":"94.04%","expert":"90.48%","master":""},{"master_live_id":1201401,"normal":"93.39%","hard":"84.72%","expert":"78.68%","master":""},{"master_live_id":1201501,"normal":"37.63%","hard":"32.36%","expert":"47.29%","master":""},{"master_live_id":1201601,"normal":"95.59%","hard":"92.46%","expert":"94.61%","master":""},{"master_live_id":1201701,"normal":"88.13%","hard":"87.00%","expert":"85.80%","master":""},{"master_live_id":1201801,"normal":"88.15%","hard":"82.13%","expert":"80.52%","master":""},{"master_live_id":1201901,"normal":"94.97%","hard":"94.82%","expert":"97.01%","master":""},{"master_live_id":1202001,"normal":"93.87%","hard":"88.64%","expert":"93.90%","master":""},{"master_live_id":1202101,"normal":"91.35%","hard":"89.95%","expert":"93.38%","master":""},{"master_live_id":1202201,"normal":"94.68%","hard":"87.40%","expert":"93.01%","master":""},{"master_live_id":1202301,"normal":"95.63%","hard":"96.39%","expert":"92.24%","master":""},{"master_live_id":1202401,"normal":"93.73%","hard":"85.35%","expert":"86.81%","master":""},{"master_live_id":1202501,"normal":"95.41%","hard":"91.73%","expert":"87.05%","master":""},{"master_live_id":1202601,"normal":"88.06%","hard":"91.00%","expert":"80.24%","master":""},{"master_live_id":1202701,"normal":"87.43%","hard":"85.84%","expert":"85.87%","master":""},{"master_live_id":1202801,"normal":"82.36%","hard":"84.48%","expert":"81.51%","master":""},{"master_live_id":1202901,"normal":"93.45%","hard":"92.61%","expert":"91.42%","master":"82.36%"},{"master_live_id":1203001,"normal":"90.73%","hard":"85.67%","expert":"91.10%","master":"87.75%"},{"master_live_id":1203101,"normal":"89.89%","hard":"86.29%","expert":"88.30%","master":"79.33%"},{"master_live_id":1203201,"normal":"82.17%","hard":"75.00%","expert":"84.34%","master":"87.02%"},{"master_live_id":1203301,"normal":"71.60%","hard":"53.85%","expert":"60.56%","master":"70.64%"},{"master_live_id":1203401,"normal":"91.22%","hard":"91.45%","expert":"92.22%","master":"91.49%"},{"master_live_id":1203501,"normal":"84.78%","hard":"82.78%","expert":"68.37%","master":"72.15%"},{"master_live_id":1203601,"normal":"93.03%","hard":"92.42%","expert":"85.99%","master":"80.06%"},{"master_live_id":1203701,"normal":"95.34%","hard":"92.84%","expert":"88.83%","master":"80.43%"},{"master_live_id":1203801,"normal":"89.68%","hard":"88.72%","expert":"82.61%","master":"82.37%"},{"master_live_id":1203901,"normal":"90.99%","hard":"90.10%","expert":"81.47%","master":"82.94%"},{"master_live_id":1204001,"normal":"87.57%","hard":"63.37%","expert":"67.03%","master":"65.38%"},{"master_live_id":1204101,"normal":"92.75%","hard":"71.17%","expert":"75.28%","master":"88.10%"},{"master_live_id":1204201,"normal":"92.65%","hard":"89.62%","expert":"90.06%","master":"82.81%"},{"master_live_id":1204301,"normal":"88.30%","hard":"87.80%","expert":"85.63%","master":"83.26%"},{"master_live_id":1204401,"normal":"54.24%","hard":"46.38%","expert":"48.90%","master":"63.22%"},{"master_live_id":1204501,"normal":"78.43%","hard":"77.32%","expert":"80.64%","master":"82.93%"},{"master_live_id":1204601,"normal":"76.53%","hard":"71.32%","expert":"60.89%","master":"65.98%"},{"master_live_id":1204701,"normal":"89.15%","hard":"87.73%","expert":"91.87%","master":"90.25%"},{"master_live_id":1204801,"normal":"63.95%","hard":"57.21%","expert":"80.37%","master":"74.13%"},{"master_live_id":1204901,"normal":"62.37%","hard":"49.24%","expert":"80.55%","master":"68.02%"},{"master_live_id":1205001,"normal":"57.42%","hard":"43.01%","expert":"65.65%","master":"69.53%"},{"master_live_id":1205101,"normal":"57.47%","hard":"36.83%","expert":"69.72%","master":"52.49%"},{"master_live_id":1205201,"normal":"86.17%","hard":"62.76%","expert":"81.49%","master":"72.78%"},{"master_live_id":1205301,"normal":"85.15%","hard":"71.13%","expert":"74.23%","master":"71.65%"},{"master_live_id":1205401,"normal":"88.14%","hard":"82.24%","expert":"91.91%","master":"88.52%"},{"master_live_id":1205501,"normal":"84.63%","hard":"73.19%","expert":"76.77%","master":"72.63%"},{"master_live_id":1205601,"normal":"85.77%","hard":"81.18%","expert":"82.75%","master":"76.96%"},{"master_live_id":1205701,"normal":"90.91%","hard":"91.99%","expert":"92.59%","master":"83.31%"},{"master_live_id":1205801,"normal":"89.45%","hard":"89.59%","expert":"88.92%","master":"81.59%"},{"master_live_id":1205901,"normal":"83.80%","hard":"86.34%","expert":"86.64%","master":"87.49%"},{"master_live_id":1206001,"normal":"91.53%","hard":"78.06%","expert":"87.59%","master":"88.05%"},{"master_live_id":1206101,"normal":"93.31%","hard":"94.31%","expert":"93.77%","master":"89.02%"},{"master_live_id":1206201,"normal":"90.00%","hard":"80.45%","expert":"84.57%","master":"74.24%"},{"master_live_id":1206301,"normal":"92.73%","hard":"90.69%","expert":"91.79%","master":"92.37%"},{"master_live_id":1206401,"normal":"91.08%","hard":"89.15%","expert":"92.42%","master":"88.80%"},{"master_live_id":1206501,"normal":"89.54%","hard":"88.89%","expert":"89.16%","master":"84.85%"},{"master_live_id":1206601,"normal":"95.89%","hard":"93.26%","expert":"94.02%","master":"91.05%"},{"master_live_id":1206701,"normal":"87.80%","hard":"84.04%","expert":"92.78%","master":"82.46%"},{"master_live_id":1206801,"normal":"95.50%","hard":"93.34%","expert":"87.89%","master":"88.07%"},{"master_live_id":1206901,"normal":"93.05%","hard":"95.24%","expert":"84.44%","master":"87.95%"},{"master_live_id":1207001,"normal":"87.94%","hard":"88.65%","expert":"91.41%","master":"89.13%"},{"master_live_id":1207101,"normal":"87.76%","hard":"83.69%","expert":"84.76%","master":"76.97%"},{"master_live_id":1207201,"normal":"93.93%","hard":"93.04%","expert":"93.81%","master":"89.12%"},{"master_live_id":1207301,"normal":"91.67%","hard":"78.42%","expert":"89.65%","master":"91.31%"},{"master_live_id":1207401,"normal":"91.47%","hard":"72.46%","expert":"78.29%","master":"60.69%"},{"master_live_id":1207501,"normal":"91.67%","hard":"88.29%","expert":"92.99%","master":"92.47%"},{"master_live_id":1207601,"normal":"87.76%","hard":"88.80%","expert":"86.76%","master":"80.22%"},{"master_live_id":1207701,"normal":"89.96%","hard":"73.59%","expert":"72.22%","master":"59.29%"},{"master_live_id":1207801,"normal":"95.27%","hard":"91.60%","expert":"92.77%","master":"89.50%"},{"master_live_id":1207901,"normal":"94.38%","hard":"78.30%","expert":"84.50%","master":"76.35%"},{"master_live_id":1208001,"normal":"94.09%","hard":"88.67%","expert":"94.11%","master":"90.70%"},{"master_live_id":1208101,"normal":"92.60%","hard":"81.42%","expert":"86.67%","master":"74.10%"},{"master_live_id":1208201,"normal":"92.21%","hard":"79.65%","expert":"88.58%","master":"86.90%"},{"master_live_id":1208301,"normal":"93.25%","hard":"90.15%","expert":"91.39%","master":"84.76%"},{"master_live_id":1208401,"normal":"89.96%","hard":"83.15%","expert":"92.80%","master":"88.79%"},{"master_live_id":1208601,"normal":"85.76%","hard":"74.23%","expert":"74.55%","master":"79.22%"},{"master_live_id":1208701,"normal":"89.10%","hard":"89.49%","expert":"90.15%","master":"86.17%"},{"master_live_id":1208801,"normal":"87.63%","hard":"77.45%","expert":"86.57%","master":"72.60%"},{"master_live_id":1208901,"normal":"87.41%","hard":"69.33%","expert":"79.02%","master":"76.26%"},{"master_live_id":1209001,"normal":"91.20%","hard":"88.78%","expert":"93.69%","master":"90.81%"},{"master_live_id":1209101,"normal":"82.49%","hard":"77.55%","expert":"89.63%","master":"85.25%"},{"master_live_id":1209201,"normal":"93.20%","hard":"93.09%","expert":"95.04%","master":"84.55%"},{"master_live_id":1209301,"normal":"93.70%","hard":"86.12%","expert":"89.72%","master":"79.71%"},{"master_live_id":1209401,"normal":"85.72%","hard":"56.95%","expert":"60.91%","master":"64.49%"},{"master_live_id":1209501,"normal":"78.44%","hard":"72.71%","expert":"76.44%","master":"67.57%"},{"master_live_id":1209601,"normal":"80.35%","hard":"59.99%","expert":"77.45%","master":"61.54%"},{"master_live_id":1209701,"normal":"86.71%","hard":"72.43%","expert":"81.79%","master":"80.80%"},{"master_live_id":1209801,"normal":"88.29%","hard":"77.60%","expert":"86.57%","master":"83.19%"},{"master_live_id":1209901,"normal":"90.40%","hard":"86.86%","expert":"95.24%","master":"90.08%"},{"master_live_id":1210001,"normal":"91.35%","hard":"90.26%","expert":"93.32%","master":"91.91%"},{"master_live_id":1210101,"normal":"91.09%","hard":"93.24%","expert":"94.61%","master":"90.66%"},{"master_live_id":1210201,"normal":"88.77%","hard":"74.50%","expert":"76.96%","master":"81.15%"},{"master_live_id":1210301,"normal":"90.63%","hard":"83.98%","expert":"90.65%","master":"91.30%"},{"master_live_id":1210401,"normal":"87.27%","hard":"73.43%","expert":"81.75%","master":"73.80%"},{"master_live_id":1210501,"normal":"85.05%","hard":"90.15%","expert":"87.30%","master":"84.84%"},{"master_live_id":1210601,"normal":"92.29%","hard":"91.79%","expert":"92.74%","master":"92.02%"},{"master_live_id":1210701,"normal":"92.50%","hard":"86.25%","expert":"91.12%","master":"83.92%"},{"master_live_id":1210801,"normal":"87.91%","hard":"92.46%","expert":"95.81%","master":"87.63%"},{"master_live_id":1210901,"normal":"86.17%","hard":"62.72%","expert":"78.91%","master":"68.44%"},{"master_live_id":1211101,"normal":"91.61%","hard":"81.59%","expert":"86.34%","master":"69.54%"},{"master_live_id":1211201,"normal":"94.82%","hard":"95.99%","expert":"93.50%","master":"91.70%"},{"master_live_id":1211301,"normal":"91.49%","hard":"81.73%","expert":"89.07%","master":"68.67%"},{"master_live_id":1211401,"normal":"95.04%","hard":"89.53%","expert":"95.89%","master":"89.84%"},{"master_live_id":1211501,"normal":"89.70%","hard":"85.96%","expert":"91.99%","master":"83.12%"},{"master_live_id":1211601,"normal":"91.86%","hard":"86.94%","expert":"90.79%","master":"80.11%"},{"master_live_id":1211701,"normal":"91.39%","hard":"85.97%","expert":"92.42%","master":"83.92%"},{"master_live_id":1211801,"normal":"90.40%","hard":"70.74%","expert":"82.13%","master":"63.17%"},{"master_live_id":1211901,"normal":"92.98%","hard":"86.56%","expert":"92.87%","master":"85.75%"},{"master_live_id":1212001,"normal":"90.31%","hard":"91.56%","expert":"91.91%","master":"91.07%"},{"master_live_id":1212101,"normal":"95.35%","hard":"82.80%","expert":"85.23%","master":"85.90%"},{"master_live_id":1212201,"normal":"93.41%","hard":"89.95%","expert":"89.46%","master":"83.26%"},{"master_live_id":1212301,"normal":"92.13%","hard":"88.45%","expert":"88.47%","master":"83.82%"},{"master_live_id":1212401,"normal":"93.07%","hard":"88.62%","expert":"91.50%","master":"82.80%"},{"master_live_id":1212501,"normal":"94.30%","hard":"90.37%","expert":"91.59%","master":"88.32%"},{"master_live_id":1212601,"normal":"96.21%","hard":"96.23%","expert":"93.17%","master":"90.07%"},{"master_live_id":1212701,"normal":"95.91%","hard":"90.34%","expert":"93.12%","master":"84.89%"},{"master_live_id":1212801,"normal":"93.97%","hard":"92.96%","expert":"93.37%","master":"86.10%"},{"master_live_id":1212901,"normal":"93.66%","hard":"94.37%","expert":"96.78%","master":"88.61%"},{"master_live_id":1213001,"normal":"95.77%","hard":"94.09%","expert":"90.49%","master":""},{"master_live_id":1213101,"normal":"93.34%","hard":"87.25%","expert":"91.26%","master":"84.77%"},{"master_live_id":1213201,"normal":"94.15%","hard":"92.70%","expert":"92.98%","master":""},{"master_live_id":1213301,"normal":"87.56%","hard":"86.94%","expert":"88.04%","master":"82.11%"},{"master_live_id":1213401,"normal":"69.51%","hard":"51.91%","expert":"84.17%","master":""},{"master_live_id":1213501,"normal":"95.27%","hard":"88.00%","expert":"91.45%","master":"85.76%"},{"master_live_id":1213601,"normal":"84.45%","hard":"85.30%","expert":"89.74%","master":""},{"master_live_id":1213701,"normal":"91.39%","hard":"87.58%","expert":"91.48%","master":""},{"master_live_id":1213801,"normal":"94.60%","hard":"84.44%","expert":"87.13%","master":""},{"master_live_id":1214201,"normal":"89.06%","hard":"84.59%","expert":"88.22%","master":"81.25%"},{"master_live_id":1214301,"normal":"91.74%","hard":"80.96%","expert":"83.14%","master":""},{"master_live_id":1214401,"normal":"91.83%","hard":"78.97%","expert":"85.45%","master":""},{"master_live_id":1214501,"normal":"91.11%","hard":"83.34%","expert":"91.36%","master":"83.20%"},{"master_live_id":1214601,"normal":"90.73%","hard":"89.35%","expert":"89.37%","master":"79.42%"},{"master_live_id":1214701,"normal":"92.53%","hard":"81.89%","expert":"87.78%","master":""},{"master_live_id":1214801,"normal":"85.45%","hard":"81.90%","expert":"90.93%","master":""},{"master_live_id":1214901,"normal":"94.39%","hard":"93.82%","expert":"92.03%","master":""},{"master_live_id":1215001,"normal":"90.40%","hard":"93.71%","expert":"90.60%","master":""},{"master_live_id":1215101,"normal":"93.48%","hard":"73.90%","expert":"85.16%","master":""},{"master_live_id":1215201,"normal":"94.06%","hard":"90.74%","expert":"89.25%","master":""},{"master_live_id":1215301,"normal":"94.79%","hard":"86.80%","expert":"91.96%","master":""},{"master_live_id":1215401,"normal":"95.12%","hard":"90.46%","expert":"95.52%","master":""},{"master_live_id":1215601,"normal":"92.63%","hard":"83.66%","expert":"90.49%","master":""},{"master_live_id":1215701,"normal":"88.28%","hard":"85.42%","expert":"81.95%","master":""},{"master_live_id":1215801,"normal":"83.95%","hard":"84.89%","expert":"82.09%","master":""},{"master_live_id":1215901,"normal":"87.85%","hard":"79.20%","expert":"83.39%","master":""},{"master_live_id":1216001,"normal":"90.52%","hard":"94.40%","expert":"91.88%","master":""},{"master_live_id":1216101,"normal":"87.04%","hard":"79.05%","expert":"88.58%","master":""},{"master_live_id":1216201,"normal":"95.26%","hard":"91.67%","expert":"91.03%","master":""},{"master_live_id":1216301,"normal":"87.13%","hard":"92.60%","expert":"86.73%","master":""},{"master_live_id":1216401,"normal":"79.54%","hard":"75.17%","expert":"80.99%","master":""},{"master_live_id":1216501,"normal":"92.13%","hard":"91.43%","expert":"89.81%","master":"60.90%"},{"master_live_id":1216601,"normal":"92.78%","hard":"76.89%","expert":"88.45%","master":""},{"master_live_id":1216701,"normal":"93.39%","hard":"87.93%","expert":"91.14%","master":""},{"master_live_id":1216801,"normal":"95.00%","hard":"90.96%","expert":"95.59%","master":""},{"master_live_id":1216901,"normal":"91.79%","hard":"87.96%","expert":"88.99%","master":""},{"master_live_id":1217001,"normal":"91.92%","hard":"94.02%","expert":"95.85%","master":""},{"master_live_id":1217101,"normal":"86.65%","hard":"87.44%","expert":"79.38%","master":""},{"master_live_id":1217201,"normal":"94.87%","hard":"92.84%","expert":"91.17%","master":""},{"master_live_id":1217301,"normal":"92.04%","hard":"94.45%","expert":"93.25%","master":""},{"master_live_id":1217401,"normal":"78.74%","hard":"71.89%","expert":"56.31%","master":""},{"master_live_id":1217501,"normal":"95.31%","hard":"93.74%","expert":"94.46%","master":""},{"master_live_id":1300101,"normal":"95.31%","hard":"94.80%","expert":"94.68%","master":""},{"master_live_id":1300201,"normal":"93.80%","hard":"77.59%","expert":"84.95%","master":""},{"master_live_id":1300301,"normal":"89.36%","hard":"83.82%","expert":"87.35%","master":"46.91%"},{"master_live_id":1300401,"normal":"85.85%","hard":"65.87%","expert":"71.70%","master":""},{"master_live_id":1300501,"normal":"89.06%","hard":"77.17%","expert":"83.63%","master":""},{"master_live_id":1300601,"normal":"85.90%","hard":"82.03%","expert":"89.01%","master":""},{"master_live_id":1300701,"normal":"94.23%","hard":"91.50%","expert":"91.63%","master":""},{"master_live_id":1300801,"normal":"93.40%","hard":"87.66%","expert":"94.09%","master":""},{"master_live_id":1300901,"normal":"85.04%","hard":"88.89%","expert":"92.00%","master":""},{"master_live_id":1301001,"normal":"88.06%","hard":"93.32%","expert":"92.89%","master":""},{"master_live_id":1301101,"normal":"94.62%","hard":"93.05%","expert":"91.82%","master":""},{"master_live_id":1301201,"normal":"94.38%","hard":"92.24%","expert":"92.31%","master":""},{"master_live_id":1301301,"normal":"86.95%","hard":"74.03%","expert":"77.66%","master":""},{"master_live_id":1301401,"normal":"89.25%","hard":"81.05%","expert":"78.59%","master":""},{"master_live_id":1301501,"normal":"88.24%","hard":"40.14%","expert":"82.03%","master":""},{"master_live_id":1301601,"normal":"88.20%","hard":"82.12%","expert":"77.50%","master":""},{"master_live_id":1301701,"normal":"95.28%","hard":"88.71%","expert":"90.33%","master":""},{"master_live_id":1301801,"normal":"92.10%","hard":"63.39%","expert":"87.50%","master":""},{"master_live_id":1301901,"normal":"94.77%","hard":"93.91%","expert":"91.22%","master":""},{"master_live_id":1302001,"normal":"89.03%","hard":"89.60%","expert":"92.77%","master":""},{"master_live_id":1302101,"normal":"94.02%","hard":"86.01%","expert":"90.84%","master":""},{"master_live_id":1302201,"normal":"85.67%","hard":"71.71%","expert":"70.07%","master":""},{"master_live_id":1302301,"normal":"93.23%","hard":"85.82%","expert":"90.03%","master":""},{"master_live_id":1302401,"normal":"92.31%","hard":"89.94%","expert":"90.69%","master":""},{"master_live_id":1302501,"normal":"84.35%","hard":"65.17%","expert":"66.46%","master":""},{"master_live_id":1302601,"normal":"84.40%","hard":"79.89%","expert":"74.36%","master":""},{"master_live_id":1302701,"normal":"90.67%","hard":"84.22%","expert":"79.01%","master":""},{"master_live_id":1302801,"normal":"92.45%","hard":"94.39%","expert":"93.52%","master":""},{"master_live_id":1302901,"normal":"96.39%","hard":"86.77%","expert":"94.54%","master":""},{"master_live_id":1303001,"normal":"95.50%","hard":"92.73%","expert":"87.50%","master":""},{"master_live_id":1303101,"normal":"93.66%","hard":"92.26%","expert":"92.92%","master":""},{"master_live_id":1303201,"normal":"94.16%","hard":"95.79%","expert":"94.29%","master":""},{"master_live_id":1303401,"normal":"92.22%","hard":"89.71%","expert":"86.73%","master":""},{"master_live_id":1303501,"normal":"94.25%","hard":"85.19%","expert":"87.26%","master":""},{"master_live_id":1303601,"normal":"96.54%","hard":"96.70%","expert":"92.53%","master":""},{"master_live_id":1303701,"normal":"91.42%","hard":"85.24%","expert":"87.50%","master":""},{"master_live_id":1303801,"normal":"86.91%","hard":"72.53%","expert":"81.87%","master":""},{"master_live_id":1303901,"normal":"96.25%","hard":"86.58%","expert":"91.04%","master":""},{"master_live_id":1304001,"normal":"91.21%","hard":"73.86%","expert":"78.42%","master":""},{"master_live_id":1304101,"normal":"91.54%","hard":"80.08%","expert":"91.99%","master":""},{"master_live_id":1304201,"normal":"91.56%","hard":"83.81%","expert":"89.72%","master":""},{"master_live_id":1304301,"normal":"93.17%","hard":"81.79%","expert":"92.42%","master":""},{"master_live_id":1304401,"normal":"92.31%","hard":"90.11%","expert":"90.91%","master":""},{"master_live_id":1304501,"normal":"91.59%","hard":"88.11%","expert":"87.29%","master":""},{"master_live_id":1304601,"normal":"90.25%","hard":"85.61%","expert":"87.13%","master":""},{"master_live_id":1304701,"normal":"91.09%","hard":"73.42%","expert":"77.66%","master":""},{"master_live_id":1304801,"normal":"80.25%","hard":"89.27%","expert":"87.43%","master":""},{"master_live_id":1304901,"normal":"86.61%","hard":"75.81%","expert":"77.96%","master":""},{"master_live_id":1305001,"normal":"92.07%","hard":"90.37%","expert":"94.15%","master":""},{"master_live_id":1305101,"normal":"94.55%","hard":"89.60%","expert":"89.64%","master":""},{"master_live_id":1305201,"normal":"90.34%","hard":"82.20%","expert":"89.30%","master":""},{"master_live_id":1305301,"normal":"92.73%","hard":"84.46%","expert":"91.21%","master":""},{"master_live_id":1305401,"normal":"93.98%","hard":"87.91%","expert":"89.88%","master":""},{"master_live_id":1305501,"normal":"91.23%","hard":"84.00%","expert":"91.49%","master":""},{"master_live_id":1305601,"normal":"90.43%","hard":"85.80%","expert":"92.39%","master":""},{"master_live_id":1305701,"normal":"93.50%","hard":"92.53%","expert":"94.24%","master":""},{"master_live_id":1305801,"normal":"89.26%","hard":"84.11%","expert":"92.64%","master":""},{"master_live_id":1305901,"normal":"90.13%","hard":"84.40%","expert":"92.84%","master":""},{"master_live_id":1306001,"normal":"90.80%","hard":"89.74%","expert":"94.97%","master":""},{"master_live_id":1306101,"normal":"85.06%","hard":"81.28%","expert":"86.83%","master":""},{"master_live_id":1306201,"normal":"90.89%","hard":"62.53%","expert":"80.36%","master":""},{"master_live_id":1306301,"normal":"87.72%","hard":"92.90%","expert":"93.31%","master":""},{"master_live_id":1306401,"normal":"84.82%","hard":"81.90%","expert":"83.91%","master":""},{"master_live_id":1306501,"normal":"92.44%","hard":"88.62%","expert":"89.38%","master":""},{"master_live_id":1306601,"normal":"91.69%","hard":"82.61%","expert":"79.92%","master":""},{"master_live_id":1306701,"normal":"91.96%","hard":"90.00%","expert":"90.88%","master":""},{"master_live_id":1306801,"normal":"92.98%","hard":"72.07%","expert":"84.89%","master":""},{"master_live_id":1306901,"normal":"93.57%","hard":"88.70%","expert":"91.88%","master":""},{"master_live_id":1307001,"normal":"92.69%","hard":"92.93%","expert":"91.05%","master":""},{"master_live_id":1307101,"normal":"90.80%","hard":"79.20%","expert":"89.66%","master":""},{"master_live_id":1307201,"normal":"90.91%","hard":"90.91%","expert":"90.39%","master":""},{"master_live_id":1307301,"normal":"91.50%","hard":"91.99%","expert":"92.45%","master":""},{"master_live_id":1307401,"normal":"94.89%","hard":"86.79%","expert":"93.58%","master":""},{"master_live_id":1307501,"normal":"91.87%","hard":"88.77%","expert":"89.58%","master":""},{"master_live_id":1307601,"normal":"96.85%","hard":"90.66%","expert":"95.21%","master":""},{"master_live_id":1307701,"normal":"94.95%","hard":"90.28%","expert":"88.16%","master":""},{"master_live_id":1307801,"normal":"90.94%","hard":"76.19%","expert":"87.98%","master":"63.73%"},{"master_live_id":1307901,"normal":"94.31%","hard":"87.22%","expert":"89.31%","master":""},{"master_live_id":1308001,"normal":"55.77%","hard":"54.84%","expert":"68.80%","master":""},{"master_live_id":1308101,"normal":"83.47%","hard":"71.65%","expert":"86.97%","master":""},{"master_live_id":1308201,"normal":"90.57%","hard":"79.32%","expert":"89.17%","master":""},{"master_live_id":1308301,"normal":"87.18%","hard":"79.55%","expert":"79.20%","master":""},{"master_live_id":1308401,"normal":"89.03%","hard":"88.14%","expert":"73.98%","master":""},{"master_live_id":1308501,"normal":"87.06%","hard":"81.91%","expert":"84.03%","master":""},{"master_live_id":1308601,"normal":"83.28%","hard":"86.37%","expert":"92.82%","master":""},{"master_live_id":1308701,"normal":"68.15%","hard":"64.64%","expert":"72.15%","master":""},{"master_live_id":1308801,"normal":"81.63%","hard":"68.25%","expert":"76.08%","master":""},{"master_live_id":1308901,"normal":"59.67%","hard":"64.79%","expert":"75.32%","master":""},{"master_live_id":1309001,"normal":"91.92%","hard":"85.23%","expert":"92.86%","master":""},{"master_live_id":1309101,"normal":"90.70%","hard":"79.33%","expert":"86.05%","master":""},{"master_live_id":1309201,"normal":"88.75%","hard":"84.93%","expert":"91.43%","master":""},{"master_live_id":1309401,"normal":"93.38%","hard":"68.37%","expert":"90.83%","master":""},{"master_live_id":1309501,"normal":"91.58%","hard":"65.57%","expert":"85.63%","master":""},{"master_live_id":1309601,"normal":"90.84%","hard":"86.31%","expert":"92.53%","master":""},{"master_live_id":1309701,"normal":"94.70%","hard":"92.79%","expert":"95.62%","master":""},{"master_live_id":1309801,"normal":"91.91%","hard":"93.93%","expert":"85.56%","master":""},{"master_live_id":1309901,"normal":"90.68%","hard":"95.86%","expert":"95.43%","master":""},{"master_live_id":1310001,"normal":"93.44%","hard":"75.00%","expert":"87.41%","master":""},{"master_live_id":1310101,"normal":"96.06%","hard":"92.31%","expert":"93.91%","master":""},{"master_live_id":1310201,"normal":"93.81%","hard":"93.75%","expert":"96.55%","master":""},{"master_live_id":1310301,"normal":"92.28%","hard":"92.23%","expert":"92.55%","master":""},{"master_live_id":1310401,"normal":"88.17%","hard":"83.80%","expert":"88.35%","master":""},{"master_live_id":1310501,"normal":"93.23%","hard":"85.86%","expert":"93.22%","master":""},{"master_live_id":1310601,"normal":"91.52%","hard":"94.94%","expert":"94.34%","master":""},{"master_live_id":1310701,"normal":"87.88%","hard":"85.97%","expert":"81.29%","master":""},{"master_live_id":1310801,"normal":"92.86%","hard":"80.77%","expert":"90.37%","master":""},{"master_live_id":1310901,"normal":"96.32%","hard":"87.90%","expert":"94.78%","master":""},{"master_live_id":1311001,"normal":"89.25%","hard":"95.24%","expert":"82.15%","master":""},{"master_live_id":1311101,"normal":"95.71%","hard":"91.59%","expert":"90.59%","master":""},{"master_live_id":1311201,"normal":"95.11%","hard":"93.80%","expert":"93.89%","master":""},{"master_live_id":1311301,"normal":"95.13%","hard":"79.70%","expert":"86.86%","master":""},{"master_live_id":1311401,"normal":"91.06%","hard":"91.87%","expert":"92.43%","master":""},{"master_live_id":1311501,"normal":"93.26%","hard":"81.54%","expert":"91.77%","master":""},{"master_live_id":1311601,"normal":"92.58%","hard":"88.99%","expert":"90.62%","master":""},{"master_live_id":1311701,"normal":"89.90%","hard":"78.88%","expert":"89.86%","master":""},{"master_live_id":1311801,"normal":"88.11%","hard":"79.36%","expert":"79.27%","master":""},{"master_live_id":1311901,"normal":"92.00%","hard":"82.93%","expert":"88.40%","master":""},{"master_live_id":1312101,"normal":"86.92%","hard":"85.62%","expert":"87.85%","master":""},{"master_live_id":1312201,"normal":"88.78%","hard":"91.34%","expert":"91.87%","master":""},{"master_live_id":1312301,"normal":"86.16%","hard":"81.31%","expert":"79.06%","master":""},{"master_live_id":1312401,"normal":"91.85%","hard":"82.21%","expert":"86.67%","master":""},{"master_live_id":1312501,"normal":"82.63%","hard":"77.78%","expert":"90.47%","master":""},{"master_live_id":1312601,"normal":"96.00%","hard":"77.28%","expert":"88.07%","master":""},{"master_live_id":1312701,"normal":"89.70%","hard":"83.81%","expert":"84.81%","master":""},{"master_live_id":1312801,"normal":"93.42%","hard":"81.16%","expert":"88.05%","master":""},{"master_live_id":1312901,"normal":"90.59%","hard":"87.41%","expert":"85.92%","master":""},{"master_live_id":1313401,"normal":"89.94%","hard":"84.76%","expert":"77.67%","master":""},{"master_live_id":1313501,"normal":"86.26%","hard":"78.20%","expert":"76.80%","master":""},{"master_live_id":1313601,"normal":"84.78%","hard":"81.00%","expert":"87.16%","master":""},{"master_live_id":1313701,"normal":"92.48%","hard":"79.22%","expert":"88.17%","master":""},{"master_live_id":1313801,"normal":"92.38%","hard":"86.62%","expert":"90.45%","master":""},{"master_live_id":1313901,"normal":"90.77%","hard":"66.67%","expert":"88.40%","master":""},{"master_live_id":1314001,"normal":"90.42%","hard":"68.15%","expert":"87.19%","master":""},{"master_live_id":1314101,"normal":"93.70%","hard":"87.50%","expert":"94.97%","master":""},{"master_live_id":1314201,"normal":"89.66%","hard":"89.55%","expert":"91.26%","master":""},{"master_live_id":1314301,"normal":"93.65%","hard":"88.48%","expert":"91.62%","master":""},{"master_live_id":1314401,"normal":"93.24%","hard":"89.63%","expert":"90.47%","master":""},{"master_live_id":1314501,"normal":"93.12%","hard":"94.84%","expert":"87.97%","master":""},{"master_live_id":1314601,"normal":"89.20%","hard":"91.16%","expert":"91.48%","master":""},{"master_live_id":1314701,"normal":"84.74%","hard":"84.96%","expert":"87.75%","master":""},{"master_live_id":1314801,"normal":"93.89%","hard":"92.38%","expert":"94.37%","master":""},{"master_live_id":1314901,"normal":"95.42%","hard":"95.31%","expert":"91.87%","master":""},{"master_live_id":1315001,"normal":"90.88%","hard":"90.61%","expert":"93.30%","master":""},{"master_live_id":1315101,"normal":"91.73%","hard":"88.03%","expert":"84.61%","master":""},{"master_live_id":1315201,"normal":"90.46%","hard":"90.02%","expert":"89.36%","master":""},{"master_live_id":1315301,"normal":"89.57%","hard":"90.12%","expert":"87.23%","master":"69.69%"},{"master_live_id":1400101,"normal":"91.40%","hard":"78.47%","expert":"76.54%","master":""},{"master_live_id":1400201,"normal":"91.41%","hard":"84.83%","expert":"84.44%","master":"86.14%"},{"master_live_id":1400301,"normal":"91.46%","hard":"80.40%","expert":"86.97%","master":"76.93%"},{"master_live_id":1400401,"normal":"95.99%","hard":"89.46%","expert":"90.22%","master":""},{"master_live_id":1400501,"normal":"94.79%","hard":"90.67%","expert":"90.87%","master":"84.08%"},{"master_live_id":1400601,"normal":"90.65%","hard":"79.97%","expert":"84.98%","master":"82.42%"},{"master_live_id":1400701,"normal":"95.26%","hard":"94.36%","expert":"97.04%","master":""},{"master_live_id":1400801,"normal":"94.24%","hard":"89.16%","expert":"90.50%","master":""},{"master_live_id":1400901,"normal":"95.13%","hard":"95.35%","expert":"89.76%","master":""},{"master_live_id":1401001,"normal":"94.85%","hard":"92.92%","expert":"92.18%","master":""},{"master_live_id":1401101,"normal":"95.33%","hard":"97.33%","expert":"96.66%","master":""},{"master_live_id":1401201,"normal":"94.34%","hard":"85.72%","expert":"82.55%","master":""},{"master_live_id":1401301,"normal":"93.27%","hard":"80.62%","expert":"88.52%","master":""},{"master_live_id":1401401,"normal":"96.37%","hard":"92.06%","expert":"93.43%","master":""},{"master_live_id":1401501,"normal":"92.31%","hard":"83.34%","expert":"93.66%","master":""},{"master_live_id":1401601,"normal":"96.12%","hard":"92.76%","expert":"94.90%","master":""},{"master_live_id":1401701,"normal":"96.04%","hard":"88.29%","expert":"93.23%","master":""},{"master_live_id":1401801,"normal":"92.83%","hard":"90.94%","expert":"90.82%","master":""},{"master_live_id":1401901,"normal":"95.69%","hard":"92.59%","expert":"96.95%","master":""},{"master_live_id":1402001,"normal":"88.67%","hard":"70.70%","expert":"85.33%","master":"71.93%"},{"master_live_id":1402101,"normal":"96.13%","hard":"96.73%","expert":"96.49%","master":""},{"master_live_id":1402201,"normal":"85.09%","hard":"68.59%","expert":"88.74%","master":"85.62%"},{"master_live_id":1402301,"normal":"88.02%","hard":"83.82%","expert":"81.49%","master":""},{"master_live_id":1402401,"normal":"91.90%","hard":"81.64%","expert":"87.25%","master":"89.98%"},{"master_live_id":1402501,"normal":"95.07%","hard":"94.50%","expert":"96.47%","master":""},{"master_live_id":1402601,"normal":"95.72%","hard":"95.82%","expert":"96.50%","master":""},{"master_live_id":1402701,"normal":"87.01%","hard":"89.68%","expert":"93.91%","master":""},{"master_live_id":1402801,"normal":"92.13%","hard":"91.22%","expert":"94.82%","master":""},{"master_live_id":1403001,"normal":"89.56%","hard":"76.82%","expert":"81.11%","master":""},{"master_live_id":1403101,"normal":"91.25%","hard":"85.27%","expert":"86.27%","master":"73.37%"},{"master_live_id":1403201,"normal":"92.93%","hard":"90.91%","expert":"89.19%","master":"76.48%"},{"master_live_id":1403301,"normal":"96.35%","hard":"82.69%","expert":"93.85%","master":""},{"master_live_id":1403401,"normal":"94.94%","hard":"95.87%","expert":"94.53%","master":"91.72%"},{"master_live_id":1403501,"normal":"95.54%","hard":"91.72%","expert":"93.33%","master":""},{"master_live_id":1403601,"normal":"94.66%","hard":"89.08%","expert":"89.41%","master":""},{"master_live_id":1403701,"normal":"92.31%","hard":"91.04%","expert":"91.27%","master":"79.90%"},{"master_live_id":1403801,"normal":"91.56%","hard":"85.09%","expert":"92.19%","master":""},{"master_live_id":1403901,"normal":"94.08%","hard":"94.18%","expert":"94.74%","master":""},{"master_live_id":1404001,"normal":"94.91%","hard":"92.16%","expert":"90.50%","master":"89.51%"},{"master_live_id":1404101,"normal":"92.49%","hard":"93.67%","expert":"91.09%","master":""},{"master_live_id":1404201,"normal":"93.79%","hard":"92.11%","expert":"94.91%","master":""},{"master_live_id":1404301,"normal":"90.75%","hard":"82.92%","expert":"73.41%","master":""},{"master_live_id":1404401,"normal":"90.91%","hard":"91.49%","expert":"89.14%","master":""},{"master_live_id":1404501,"normal":"94.88%","hard":"93.13%","expert":"95.40%","master":""},{"master_live_id":1404601,"normal":"91.90%","hard":"87.23%","expert":"91.22%","master":"87.40%"},{"master_live_id":1404701,"normal":"94.17%","hard":"85.00%","expert":"92.08%","master":""},{"master_live_id":1404801,"normal":"60.57%","hard":"75.49%","expert":"82.56%","master":"78.92%"},{"master_live_id":1404901,"normal":"85.36%","hard":"95.41%","expert":"94.31%","master":""},{"master_live_id":1405001,"normal":"91.01%","hard":"88.18%","expert":"93.92%","master":"90.59%"},{"master_live_id":1405101,"normal":"91.67%","hard":"74.08%","expert":"84.47%","master":""},{"master_live_id":1405201,"normal":"91.17%","hard":"83.89%","expert":"88.89%","master":"85.07%"},{"master_live_id":1405301,"normal":"92.70%","hard":"87.26%","expert":"92.28%","master":"84.54%"},{"master_live_id":1405401,"normal":"90.22%","hard":"65.70%","expert":"82.34%","master":"69.13%"},{"master_live_id":1405501,"normal":"92.67%","hard":"81.45%","expert":"90.32%","master":"82.31%"},{"master_live_id":1405601,"normal":"93.72%","hard":"87.23%","expert":"90.79%","master":"87.76%"},{"master_live_id":1405701,"normal":"91.16%","hard":"92.77%","expert":"89.02%","master":"81.21%"},{"master_live_id":1405901,"normal":"89.86%","hard":"84.18%","expert":"91.14%","master":""},{"master_live_id":1406001,"normal":"94.96%","hard":"94.17%","expert":"94.70%","master":""},{"master_live_id":1406101,"normal":"90.67%","hard":"88.12%","expert":"89.73%","master":""},{"master_live_id":1406401,"normal":"96.50%","hard":"90.66%","expert":"96.07%","master":""},{"master_live_id":1406501,"normal":"95.73%","hard":"66.49%","expert":"81.76%","master":"88.28%"},{"master_live_id":1406601,"normal":"95.66%","hard":"87.14%","expert":"87.07%","master":""},{"master_live_id":1406701,"normal":"97.49%","hard":"93.24%","expert":"90.47%","master":""},{"master_live_id":1406801,"normal":"94.61%","hard":"90.91%","expert":"92.42%","master":""},{"master_live_id":1406901,"normal":"90.97%","hard":"87.38%","expert":"91.62%","master":""},{"master_live_id":1407101,"normal":"90.62%","hard":"83.80%","expert":"86.41%","master":""},{"master_live_id":1407301,"normal":"95.37%","hard":"91.59%","expert":"92.74%","master":""},{"master_live_id":1407401,"normal":"96.59%","hard":"92.58%","expert":"94.74%","master":""},{"master_live_id":1407501,"normal":"91.96%","hard":"89.39%","expert":"86.79%","master":""},{"master_live_id":1407601,"normal":"94.38%","hard":"87.04%","expert":"91.65%","master":""},{"master_live_id":1407701,"normal":"94.45%","hard":"91.20%","expert":"94.18%","master":""},{"master_live_id":1407801,"normal":"95.66%","hard":"90.57%","expert":"91.35%","master":""},{"master_live_id":1407901,"normal":"95.80%","hard":"94.79%","expert":"95.50%","master":""},{"master_live_id":1408001,"normal":"90.12%","hard":"89.69%","expert":"95.35%","master":""},{"master_live_id":1408101,"normal":"96.67%","hard":"91.22%","expert":"92.71%","master":""},{"master_live_id":1408201,"normal":"93.07%","hard":"97.71%","expert":"96.77%","master":""},{"master_live_id":1408301,"normal":"94.70%","hard":"85.83%","expert":"95.79%","master":""},{"master_live_id":1408401,"normal":"95.00%","hard":"92.43%","expert":"96.59%","master":""},{"master_live_id":1408501,"normal":"88.64%","hard":"99.15%","expert":"94.86%","master":""},{"master_live_id":1408601,"normal":"94.94%","hard":"94.60%","expert":"96.37%","master":""},{"master_live_id":1408701,"normal":"98.88%","hard":"91.43%","expert":"95.69%","master":""},{"master_live_id":1408801,"normal":"95.32%","hard":"92.86%","expert":"91.32%","master":""},{"master_live_id":1408901,"normal":"94.50%","hard":"91.93%","expert":"93.44%","master":""},{"master_live_id":1409001,"normal":"94.10%","hard":"92.20%","expert":"93.59%","master":""},{"master_live_id":1409101,"normal":"88.54%","hard":"85.03%","expert":"85.03%","master":""},{"master_live_id":1409201,"normal":"95.19%","hard":"95.49%","expert":"95.86%","master":""},{"master_live_id":1409401,"normal":"96.47%","hard":"97.03%","expert":"94.84%","master":""},{"master_live_id":1409501,"normal":"86.86%","hard":"88.75%","expert":"93.68%","master":""},{"master_live_id":1409601,"normal":"94.21%","hard":"93.17%","expert":"94.50%","master":""},{"master_live_id":1409701,"normal":"96.78%","hard":"95.86%","expert":"95.00%","master":""},{"master_live_id":1409801,"normal":"97.41%","hard":"86.76%","expert":"91.74%","master":""},{"master_live_id":1409901,"normal":"95.31%","hard":"90.80%","expert":"96.01%","master":""},{"master_live_id":1410001,"normal":"96.66%","hard":"94.22%","expert":"95.41%","master":""},{"master_live_id":1410101,"normal":"92.74%","hard":"89.72%","expert":"94.17%","master":""},{"master_live_id":1410201,"normal":"93.65%","hard":"92.80%","expert":"92.15%","master":""},{"master_live_id":1410301,"normal":"92.96%","hard":"94.02%","expert":"92.22%","master":""},{"master_live_id":1410401,"normal":"94.64%","hard":"83.23%","expert":"93.16%","master":""},{"master_live_id":1410501,"normal":"94.03%","hard":"95.95%","expert":"93.50%","master":""},{"master_live_id":1410601,"normal":"93.23%","hard":"89.31%","expert":"91.31%","master":""},{"master_live_id":1410701,"normal":"93.54%","hard":"88.56%","expert":"89.80%","master":""},{"master_live_id":1410801,"normal":"90.84%","hard":"90.42%","expert":"88.39%","master":""},{"master_live_id":1411001,"normal":"94.47%","hard":"87.29%","expert":"92.59%","master":""},{"master_live_id":1411101,"normal":"93.87%","hard":"94.20%","expert":"93.47%","master":""},{"master_live_id":1411201,"normal":"92.94%","hard":"91.95%","expert":"88.81%","master":""},{"master_live_id":1411301,"normal":"94.76%","hard":"94.37%","expert":"96.51%","master":""},{"master_live_id":1411401,"normal":"94.25%","hard":"92.88%","expert":"92.03%","master":""},{"master_live_id":1411501,"normal":"92.61%","hard":"90.35%","expert":"94.21%","master":""},{"master_live_id":1411601,"normal":"93.68%","hard":"88.35%","expert":"82.08%","master":""},{"master_live_id":1500101,"normal":"87.99%","hard":"77.95%","expert":"86.47%","master":""},{"master_live_id":1500201,"normal":"90.63%","hard":"88.11%","expert":"88.64%","master":""},{"master_live_id":1500301,"normal":"91.06%","hard":"89.45%","expert":"83.89%","master":""},{"master_live_id":1500401,"normal":"82.89%","hard":"80.80%","expert":"85.51%","master":""},{"master_live_id":1500501,"normal":"71.90%","hard":"61.39%","expert":"81.97%","master":""},{"master_live_id":1500601,"normal":"91.63%","hard":"89.55%","expert":"80.74%","master":""},{"master_live_id":1500701,"normal":"91.95%","hard":"85.13%","expert":"84.59%","master":""},{"master_live_id":1500801,"normal":"91.64%","hard":"92.67%","expert":"92.53%","master":""},{"master_live_id":1500901,"normal":"91.33%","hard":"96.99%","expert":"89.24%","master":""},{"master_live_id":1501001,"normal":"90.91%","hard":"90.42%","expert":"95.12%","master":""},{"master_live_id":1501101,"normal":"92.43%","hard":"71.55%","expert":"88.82%","master":""},{"master_live_id":1501201,"normal":"93.07%","hard":"92.07%","expert":"90.14%","master":""},{"master_live_id":1501301,"normal":"80.58%","hard":"81.15%","expert":"92.85%","master":""},{"master_live_id":1501401,"normal":"88.39%","hard":"86.20%","expert":"75.99%","master":""},{"master_live_id":1501501,"normal":"93.70%","hard":"85.26%","expert":"92.44%","master":""},{"master_live_id":1501601,"normal":"89.75%","hard":"78.23%","expert":"81.25%","master":""},{"master_live_id":1501701,"normal":"94.83%","hard":"95.36%","expert":"87.33%","master":""},{"master_live_id":1501801,"normal":"87.61%","hard":"89.68%","expert":"87.80%","master":""},{"master_live_id":1501901,"normal":"92.51%","hard":"90.75%","expert":"89.78%","master":""},{"master_live_id":1502001,"normal":"88.16%","hard":"82.91%","expert":"80.98%","master":""},{"master_live_id":1502101,"normal":"75.37%","hard":"81.36%","expert":"90.58%","master":""},{"master_live_id":1600101,"normal":"83.95%","hard":"76.75%","expert":"84.31%","master":""},{"master_live_id":1600201,"normal":"90.18%","hard":"91.45%","expert":"88.91%","master":""},{"master_live_id":1600301,"normal":"89.24%","hard":"84.59%","expert":"90.21%","master":""},{"master_live_id":1600401,"normal":"85.46%","hard":"84.89%","expert":"87.17%","master":""},{"master_live_id":1600501,"normal":"93.39%","hard":"92.92%","expert":"92.45%","master":""},{"master_live_id":1600601,"normal":"90.11%","hard":"91.33%","expert":"92.92%","master":""},{"master_live_id":1600701,"normal":"82.53%","hard":"82.79%","expert":"88.10%","master":""},{"master_live_id":1600801,"normal":"86.58%","hard":"54.68%","expert":"69.56%","master":""},{"master_live_id":1600901,"normal":"94.86%","hard":"87.86%","expert":"92.90%","master":""},{"master_live_id":1601001,"normal":"91.69%","hard":"78.27%","expert":"90.16%","master":""},{"master_live_id":1900101,"normal":"79.06%","hard":"85.84%","expert":"80.32%","master":""},{"master_live_id":1900201,"normal":"91.40%","hard":"86.46%","expert":"92.69%","master":""},{"master_live_id":1900301,"normal":"89.45%","hard":"86.37%","expert":"88.80%","master":""},{"master_live_id":1900401,"normal":"89.62%","hard":"84.00%","expert":"85.19%","master":""},{"master_live_id":1900501,"normal":"97.95%","hard":"91.40%","expert":"95.22%","master":""},{"master_live_id":1900601,"normal":"93.41%","hard":"86.93%","expert":"93.13%","master":""},{"master_live_id":1900701,"normal":"94.74%","hard":"85.94%","expert":"93.66%","master":""},{"master_live_id":1900801,"normal":"95.11%","hard":"86.45%","expert":"92.48%","master":""},{"master_live_id":1900901,"normal":"96.38%","hard":"94.21%","expert":"92.00%","master":""},{"master_live_id":1901001,"normal":"92.16%","hard":"91.49%","expert":"94.76%","master":""},{"master_live_id":1901101,"normal":"89.31%","hard":"75.76%","expert":"93.09%","master":""},{"master_live_id":1901201,"normal":"96.08%","hard":"92.00%","expert":"95.60%","master":""},{"master_live_id":1901301,"normal":"95.63%","hard":"95.09%","expert":"96.99%","master":""},{"master_live_id":1901401,"normal":"94.24%","hard":"98.34%","expert":"92.46%","master":""},{"master_live_id":1901501,"normal":"96.27%","hard":"90.57%","expert":"94.48%","master":""},{"master_live_id":1901601,"normal":"95.04%","hard":"90.53%","expert":"94.25%","master":""},{"master_live_id":1901701,"normal":"94.40%","hard":"91.43%","expert":"92.31%","master":""},{"master_live_id":1901801,"normal":"92.69%","hard":"87.33%","expert":"92.89%","master":""},{"master_live_id":1901901,"normal":"91.40%","hard":"93.64%","expert":"93.49%","master":""},{"master_live_id":1902001,"normal":"93.20%","hard":"91.05%","expert":"97.21%","master":""},{"master_live_id":1902101,"normal":"91.40%","hard":"88.34%","expert":"96.69%","master":""},{"master_live_id":1902201,"normal":"95.35%","hard":"91.36%","expert":"96.81%","master":""},{"master_live_id":1902301,"normal":"90.51%","hard":"92.05%","expert":"95.88%","master":""},{"master_live_id":1902401,"normal":"95.05%","hard":"95.46%","expert":"95.68%","master":""},{"master_live_id":1902501,"normal":"96.18%","hard":"96.00%","expert":"94.77%","master":""},{"master_live_id":1902601,"normal":"95.28%","hard":"90.73%","expert":"95.61%","master":""},{"master_live_id":1902701,"normal":"94.10%","hard":"87.50%","expert":"94.56%","master":""},{"master_live_id":1902801,"normal":"91.97%","hard":"87.81%","expert":"89.64%","master":""},{"master_live_id":1902901,"normal":"83.66%","hard":"85.72%","expert":"92.49%","master":""},{"master_live_id":1903001,"normal":"93.52%","hard":"87.94%","expert":"91.31%","master":""},{"master_live_id":1903101,"normal":"89.11%","hard":"91.05%","expert":"89.58%","master":""},{"master_live_id":1903201,"normal":"76.33%","hard":"70.36%","expert":"72.72%","master":""}],"master_music_ids":[1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1014,1015,1016,1017,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1035,1037,1038,1039,1040,1041,1042,1044,1045,1046,1047,1048,1049,1050,1054,1055,1057,1058,1059,1060,1061,1062,1063,1064,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1123,1124,1126,1127,1128,1129,1130,1131,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2086,2087,2088,2089,2090,2091,2092,2093,2094,2095,2096,2097,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107,2108,2109,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123,2124,2125,2126,2127,2128,2129,2130,2131,2132,2133,2134,2135,2136,2137,2138,2142,2143,2144,2145,2146,2147,2148,2149,2150,2151,2152,2153,2154,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,3001,3002,3003,3004,3005,3006,3007,3008,3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3121,3122,3123,3124,3125,3126,3127,3128,3129,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,4056,4057,4059,4060,4061,4064,4065,4066,4067,4068,4069,4071,4073,4074,4075,4076,4077,4078,4079,4080,4081,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4094,4095,4096,4097,4098,4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,4110,4111,4112,4113,4114,4115,4116,5001,5002,5003,5004,5005,5006,5007,5008,5009,5010,5011,5012,5013,5014,5015,5016,5017,5018,5019,5020,5021,6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,9001,9002,9003,9004,9005,9006,9007,9008,9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9030,9031,9032],"event_live_list":[]} diff --git a/src/router/event.rs b/src/router/event.rs new file mode 100644 index 0000000..91abc8c --- /dev/null +++ b/src/router/event.rs @@ -0,0 +1,15 @@ +use json; +use json::object; +use crate::router::global; +use actix_web::{HttpResponse, HttpRequest}; +//use crate::router::userdata; + +pub fn event(_req: HttpRequest, _body: String) -> HttpResponse { + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data":{"point_ranking":{"point":0},"score_ranking":[],"member_ranking":[],"lottery_box":[],"mission_list":[],"policy_agreement":0,"incentive_lottery":0,"star_event":{"star_level":0,"last_event_star_level":0,"star_music_list":[],"is_star_event_update":1,"music_change_count":0,"star_event_bonus_daily_count":0,"star_event_bonus_count":0,"star_event_play_times_bonus_count":0,"star_assist_bonus":1}} + }; + global::send(resp) +} diff --git a/src/router/friend.rs b/src/router/friend.rs new file mode 100644 index 0000000..419b190 --- /dev/null +++ b/src/router/friend.rs @@ -0,0 +1,22 @@ +use json; +use json::object; +use crate::router::global; +use actix_web::{HttpResponse, HttpRequest}; +//use crate::router::userdata; + +pub fn friend(_req: HttpRequest, _body: String) -> HttpResponse { + /*let blank_header = HeaderValue::from_static(""); + + let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + let uid = req.headers().get("aoharu-user-id").unwrap_or(&blank_header).to_str().unwrap_or(""); + let user = userdata::get_acc(key, uid);*/ + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": { + "friend_list": [] //todo - pull from userdata + } + }; + global::send(resp) +} diff --git a/src/router/home.rs b/src/router/home.rs new file mode 100644 index 0000000..f2ab888 --- /dev/null +++ b/src/router/home.rs @@ -0,0 +1,19 @@ +use json; +use json::object; +use crate::router::global; +use actix_web::{HttpResponse, HttpRequest, http::header::HeaderValue}; +use crate::router::userdata; + +pub fn home(req: HttpRequest) -> HttpResponse { + let blank_header = HeaderValue::from_static(""); + let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + let uid = req.headers().get("aoharu-user-id").unwrap_or(&blank_header).to_str().unwrap_or(""); + let user = userdata::get_acc_home(key, uid); + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": user + }; + global::send(resp) +} diff --git a/src/router/live.rs b/src/router/live.rs new file mode 100644 index 0000000..70f7c14 --- /dev/null +++ b/src/router/live.rs @@ -0,0 +1,44 @@ +use json; +use json::object; +use crate::router::global; +//use crate::encryption; +use actix_web::{HttpResponse, HttpRequest}; +//use crate::router::userdata; + +pub fn guest(_req: HttpRequest, _body: String) -> HttpResponse { + //let body = json::parse(&encryption::decrypt_packet(&body).unwrap()).unwrap(); + //let blank_header = HeaderValue::from_static(""); + //let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + //let user = userdata::get_acc(key, ""); + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": {"guest_list":[{"user":{"name":"A Nice Guest","comment":"Enjoy the first live show!","exp":900,"main_deck_slot":1,"favorite_master_card_id":10010013,"favorite_card_evolve":0,"guest_smile_master_card_id":10010013,"guest_cool_master_card_id":10010013,"guest_pure_master_card_id":10010013,"friend_request_disabled":1,"master_title_ids":[3000001,0],"profile_settings":[1,2,3,4,5,6,7],"last_login_time":1708699449},"favorite_card":{"id":0,"master_card_id":10010013,"exp":1025,"skill_exp":0,"evolve":[]},"guest_smile_card":{"id":0,"master_card_id":10010013,"exp":1025,"skill_exp":0,"evolve":[]},"guest_cool_card":{"id":0,"master_card_id":10010013,"exp":1025,"skill_exp":0,"evolve":[]},"guest_pure_card":{"id":0,"master_card_id":10010013,"exp":1025,"skill_exp":0,"evolve":[]},"status":0}]} + }; + global::send(resp) +} + +pub fn start(_req: HttpRequest, _body: String) -> HttpResponse { + //let body = json::parse(&encryption::decrypt_packet(&body).unwrap()).unwrap(); + //let blank_header = HeaderValue::from_static(""); + //let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + //let user = userdata::get_acc(key, ""); + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": [] + }; + global::send(resp) +} + +pub fn clearrate(_req: HttpRequest) -> HttpResponse { + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": json::parse(include_str!("clearrate.json")).unwrap() + }; + global::send(resp) +} diff --git a/src/router/lottery.rs b/src/router/lottery.rs new file mode 100644 index 0000000..6762356 --- /dev/null +++ b/src/router/lottery.rs @@ -0,0 +1,101 @@ +use json; +use json::{array, object}; +use crate::router::global; +use crate::encryption; +use actix_web::{HttpResponse, HttpRequest, http::header::HeaderValue}; +use crate::router::userdata; + +pub fn tutorial(_req: HttpRequest, body: String) -> HttpResponse { + let body = json::parse(&encryption::decrypt_packet(&body).unwrap()).unwrap(); + let mut lotteryid = 0; //todo, what should this be? + if body["master_character_id"].to_string().starts_with("3") { + lotteryid = 9110027; + } else { + println!("Unknown lottery id for character {}", body["master_character_id"]); + } + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": { + "lottery_list": [ + { + "master_lottery_id": lotteryid, + "master_lottery_price_number": 1, + "count": 0, + "daily_count": 0, + "last_count_date": "" + } + ], + "item_list": [] + } + }; + global::send(resp) +} + +pub fn lottery(req: HttpRequest, body: String) -> HttpResponse { + let body = json::parse(&encryption::decrypt_packet(&body).unwrap()).unwrap(); + println!("lottery: {}", body); + let blank_header = HeaderValue::from_static(""); + let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + let uid = req.headers().get("aoharu-user-id").unwrap_or(&blank_header).to_str().unwrap_or(""); + let mut user = userdata::get_acc(key, uid); + let user2 = userdata::get_acc(key, uid); + + //todo - how to randomize? + let cardstogive = array![ + {"id": 13930, "master_card_id": 10010011, "master_lottery_item_id":100001, "master_lottery_item_number":138}, + {"id": 13928, "master_card_id": 10030008, "master_lottery_item_id":200001,"master_lottery_item_number":30}, + {"id": 13926, "master_card_id": 20010010, "master_lottery_item_id":100001,"master_lottery_item_number":178}, + {"id": 13929, "master_card_id": 20050004, "master_lottery_item_id":100001,"master_lottery_item_number":26}, + {"id": 13925, "master_card_id": 20090001, "master_lottery_item_id":100001,"master_lottery_item_number":113}, + {"id": 13933, "master_card_id": 30040001, "master_lottery_item_id":200001,"master_lottery_item_number":2}, + {"id": 13934, "master_card_id": 30090007, "master_lottery_item_id":200001,"master_lottery_item_number":83}, + {"id": 13931, "master_card_id": 30100005, "master_lottery_item_id":100001,"master_lottery_item_number":188}, + {"id": 13927, "master_card_id": 30120001, "master_lottery_item_id":100001,"master_lottery_item_number":154}, + {"id": 13932, "master_card_id": 40030002, "master_lottery_item_id":911002701,"master_lottery_item_number":1} + ]; + + let mut new_cards = array![]; + for (i, data) in cardstogive.members().enumerate() { + let to_push = object!{ + "id": data["id"].clone(), + "master_card_id": data["master_card_id"].clone(), + "exp":0, + "skill_exp":0, + "evolve":[], + "created_date_time": global::timestamp() + }; + user["card_list"].push(to_push.clone()).unwrap(); + new_cards.push(to_push).unwrap(); + user["deck_list"][0]["main_card_ids"][i] = data["id"].clone(); + } + + userdata::save_acc(key, uid, user); + + let mut lottery_list = array![]; + for (_i, data) in cardstogive.members().enumerate() { + let to_push = object!{ + "master_lottery_item_id": data["master_lottery_item_id"].clone(), + "master_lottery_item_number": data["master_lottery_item_number"].clone(), + "is_new": 1 + }; + lottery_list.push(to_push).unwrap(); + } + + //todo + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": { + "lottery_item_list": lottery_list, + "updated_value_list": { + "card_list": new_cards + }, + "gift_list": user2["home"]["gift_list"].clone(), + "clear_mission_ids": user2["clear_mission_ids"].clone(), + "draw_count_list": [] + } + }; + global::send(resp) +} diff --git a/src/router/user.rs b/src/router/user.rs index b24bb5c..c646279 100644 --- a/src/router/user.rs +++ b/src/router/user.rs @@ -1,6 +1,7 @@ use json; use json::object; use crate::router::global; +use crate::encryption; use actix_web::{HttpResponse, HttpRequest, http::header::HeaderValue}; use crate::router::userdata; @@ -18,3 +19,28 @@ pub fn user(req: HttpRequest) -> HttpResponse { }; global::send(resp) } + +pub fn initialize(req: HttpRequest, body: String) -> HttpResponse { + let body = json::parse(&encryption::decrypt_packet(&body).unwrap()).unwrap(); + let blank_header = HeaderValue::from_static(""); + + let key = req.headers().get("a6573cbe").unwrap_or(&blank_header).to_str().unwrap_or(""); + let uid = req.headers().get("aoharu-user-id").unwrap_or(&blank_header).to_str().unwrap_or(""); + let mut user = userdata::get_acc(key, uid); + + let id = (body["master_character_id"].as_i32().unwrap() * 10000) + 7; //todo - is this alwasy the case? + user["user"]["favorite_master_card_id"] = id.into(); + user["user"]["guest_smile_master_card_id"] = id.into(); + user["user"]["guest_cool_master_card_id"] = id.into(); + user["user"]["guest_pure_master_card_id"] = id.into(); + user["user"]["master_title_ids"][0] = id.into(); + + userdata::save_acc(key, uid, user.clone()); + + let resp = object!{ + "code": 0, + "server_time": global::timestamp(), + "data": user["user"].clone() + }; + global::send(resp) +} diff --git a/src/router/userdata/mod.rs b/src/router/userdata/mod.rs index f313f19..d6565b2 100644 --- a/src/router/userdata/mod.rs +++ b/src/router/userdata/mod.rs @@ -76,7 +76,8 @@ fn create_acc(conn: &Connection, uid: i64) { (), ).unwrap(); let mut data = object!{ - userdata: json::parse(include_str!("new_user.json")).unwrap() + userdata: json::parse(include_str!("new_user.json")).unwrap(), + home: json::parse(include_str!("new_user_home.json")).unwrap() }; data["userdata"]["user"]["id"] = uid.into(); @@ -84,7 +85,7 @@ fn create_acc(conn: &Connection, uid: i64) { } //a6573cbe is the name of the header - todo - more secure than just uid -pub fn get_acc(_a6573cbe: &str, uid: &str) -> JsonValue { +fn get_data(_a6573cbe: &str, uid: &str) -> JsonValue { //let decoded = general_purpose::STANDARD.decode(a6573cbe).unwrap(); //let header = String::from_utf8_lossy(&decoded); @@ -119,7 +120,7 @@ pub fn get_acc(_a6573cbe: &str, uid: &str) -> JsonValue { let rv = json::parse(&result.unwrap()).unwrap(); - return rv["userdata"].clone(); + return rv } Err(_) => { std::thread::sleep(std::time::Duration::from_millis(15)); @@ -128,6 +129,14 @@ pub fn get_acc(_a6573cbe: &str, uid: &str) -> JsonValue { } } +pub fn get_acc(_a6573cbe: &str, uid: &str) -> JsonValue { + return get_data(_a6573cbe, uid)["userdata"].clone(); +} + +pub fn get_acc_home(_a6573cbe: &str, uid: &str) -> JsonValue { + return get_data(_a6573cbe, uid)["home"].clone(); +} + pub fn save_acc(_a6573cbe: &str, uid: &str, data: JsonValue) { //let decoded = general_purpose::STANDARD.decode(a6573cbe).unwrap(); //let header = String::from_utf8_lossy(&decoded); diff --git a/src/router/userdata/new_user_home.json b/src/router/userdata/new_user_home.json new file mode 100644 index 0000000..d61d7f6 --- /dev/null +++ b/src/router/userdata/new_user_home.json @@ -0,0 +1,55 @@ +{ + "home": { + "gift_list": [], + "pending_friend_count": 0, + "clear_mission_count": 0, + "clear_beginner_mission_count": 0, + "beginner_mission_complete": 0, + "not_cleared_daily_mission_count": 6, + "new_announcement_flag": 1, + "information_list": [], + "unread_story_count": 4, + "unread_chat_count": 0, + "preset_setting": [ + { + "slot": 1, + "master_preset_background_id": 0, + "master_preset_foreground_id": 0, + "master_card_id": 0, + "illust_master_card_id": 0, + "poem": 0, + "evolve": 0 + }, + { + "slot": 2, + "master_preset_background_id": 0, + "master_preset_foreground_id": 0, + "master_card_id": 0, + "illust_master_card_id": 0, + "poem": 0, + "evolve": 0 + }, + { + "slot": 3, + "master_preset_background_id": 0, + "master_preset_foreground_id": 0, + "master_card_id": 0, + "illust_master_card_id": 0, + "poem": 0, + "evolve": 0 + }, + { + "slot": 4, + "master_preset_background_id": 0, + "master_preset_foreground_id": 0, + "master_card_id": 0, + "illust_master_card_id": 0, + "poem": 0, + "evolve": 0 + } + ], + "active_friend": 0, + "serial_code_id_list": [] + }, + "clear_mission_ids": [] +}