comments.php 409 B

123456789
  1. <?php
  2. return [
  3. 'type_name is null' => '评论类型不能为空',
  4. 'type_name Invalid' => '评论类型错误',
  5. 'object_id is null' => '对象ID不能为空',
  6. 'content is null' => '评论内容不能为空',
  7. 'content Up to 512 characters' => '评论内容最多512个字符',
  8. 'star_cnt is null' => '游戏评分不能为空',
  9. ];