fix sharelist search bug

This commit is contained in:
yulixing 2019-07-22 20:27:03 +08:00
parent 8962116e4a
commit a916f76cf4

View File

@ -57,6 +57,7 @@ router.post('/list', async (req, res, next) => {
})
return
}
const body = req.body
const gameId = body.gameId
const shareType = body.shareType