@@ -93,7 +93,7 @@ export class RegionController implements BaseController {
}
@Get('/checkNotRead')
- @ApiTags('列表查询')
+ @ApiTags('未读查询')
@ApiQuery({ name: 'query' })
async checkNotRead() {
const qobj = { 'to.is_read': '0' };
@@ -11,6 +11,7 @@ export class NewsService extends BaseServiceV2 {
getQueryColumnsOpera() {
const obj = {
tags: this.Opera.Json,
+ title: this.Opera.Like,
};
return obj;