update
This commit is contained in:
@ -33,7 +33,6 @@ export class JsonRpcClient {
|
||||
params,
|
||||
id: Date.now(),
|
||||
}
|
||||
console.log(req)
|
||||
|
||||
const message = JSON.stringify(req) + '\n'
|
||||
|
||||
|
@ -65,8 +65,8 @@ export interface InewsDetail {
|
||||
updated_at: string
|
||||
column_tag: string
|
||||
column_tag_url: string
|
||||
second_column: string
|
||||
second_column_url: string
|
||||
second_column_tag: string
|
||||
second_column_tag_url: string
|
||||
about: {
|
||||
id: number
|
||||
title: string
|
||||
|
Reference in New Issue
Block a user