mirror of
https://github.com/djhackersdev/minime.git
synced 2026-09-13 13:06:02 -05:00
Command and reformat GetGameMessageApi list
This commit is contained in:
18
src/title.js
18
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"
|
||||
},*/
|
||||
],
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user