mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-11 02:51:01 +08:00
客户端信息补充省、市、运营商
This commit is contained in:
@@ -13,7 +13,11 @@ export type type_monitor_client = {
|
||||
UserId?: string
|
||||
Os?: string
|
||||
Browser?: string
|
||||
Country?: string
|
||||
Province?: string
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
Ua?: string
|
||||
@@ -26,14 +30,16 @@ export type type_monitor_client_query = {
|
||||
UserId?: string
|
||||
Os?: string
|
||||
Browser?: string
|
||||
Country?: string
|
||||
Province?: string
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
Ua?: string
|
||||
CreateTimeStart?: string
|
||||
CreateTimeEnd?: string
|
||||
ClientTimeStart?: string
|
||||
ClientTimeEnd?: string
|
||||
}
|
||||
// 添加编辑
|
||||
export type type_monitor_client_edit = {
|
||||
@@ -43,7 +49,11 @@ export type type_monitor_client_edit = {
|
||||
UserId?: string
|
||||
Os?: string
|
||||
Browser?: string
|
||||
Country?: string
|
||||
Province?: string
|
||||
City?: string
|
||||
Operator?: string
|
||||
Ip?: string
|
||||
Width?: number
|
||||
Height?: number
|
||||
Ua?: string
|
||||
|
Reference in New Issue
Block a user