From 11222a6858f11982963efdf4d35226dc42cea8b0 Mon Sep 17 00:00:00 2001 From: Tau Date: Mon, 26 Nov 2018 14:21:17 -0500 Subject: [PATCH] Command and reformat GetGameMessageApi list --- src/title.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/title.js b/src/title.js index 1c8ef57..aa14bd5 100644 --- a/src/title.js +++ b/src/title.js @@ -100,14 +100,16 @@ app.post('/ChuniServlet/UpsertClientDevelopApi', function (req, resp) { app.post('/ChuniServlet/GetGameMessageApi', function (req, resp) { resp.json({ type: 1, - length: 1, - gameMessageList: [{ - type: 2, - id: 1, - message: "true", - startDate: "0", - endDate: "0" - }], + length: 0, + gameMessageList: [ +/* "0": { + type: 2, + id: 1, + message: "true", + startDate: "0", + endDate: "0" + },*/ + ], }) })