添加游戏评论
POST
/api/game/comment/publish
接口描述
提交对游戏的评论数据
请求参数
参数名
类型
描述
必填
gameId
long
游戏id
必填
commentContent
string
游戏评论
必填
score
int
分数
必填