refactor: reorganize modules and add Linux build tooling
This commit is contained in:
15
module/base/logs/test/log.http
Normal file
15
module/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