feat: import services and standardize Go 1.26.5
This commit is contained in:
5
apps/base/logs/test/cnt.http
Normal file
5
apps/base/logs/test/cnt.http
Normal file
@@ -0,0 +1,5 @@
|
||||
POST http://127.0.0.1:16289/oplogs/v1/cnt
|
||||
|
||||
{
|
||||
"code": "0197640D70D373A2927E03946CC4DC48"
|
||||
}
|
||||
8
apps/base/logs/test/list.http
Normal file
8
apps/base/logs/test/list.http
Normal file
@@ -0,0 +1,8 @@
|
||||
POST http://127.0.0.1:16289/oplogs/v1/list
|
||||
|
||||
|
||||
{
|
||||
"code": "0197640D70D373A2927E03946CC4DC48",
|
||||
"page":1,
|
||||
"size":11
|
||||
}
|
||||
15
apps/base/logs/test/log.http
Normal file
15
apps/base/logs/test/log.http
Normal file
@@ -0,0 +1,15 @@
|
||||
POST http://127.0.0.1:16289/oplogs/v1/log
|
||||
|
||||
|
||||
[
|
||||
{
|
||||
"code": "0197640D70D373A2927E03946CC4DC48",
|
||||
"op_id": 1,
|
||||
"op_name": "ad",
|
||||
"op_type": "CREATE",
|
||||
"level": 1,
|
||||
"ip": "192.168.1.1",
|
||||
"module": "user",
|
||||
"text": "创建了新用户"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user