feat: import services and standardize Go 1.26.5

This commit is contained in:
2026-08-09 10:43:45 +08:00
parent 689c74b28f
commit 86024fa81d
1456 changed files with 220765 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
POST http://127.0.0.1:16289/oplogs/v1/cnt
{
"code": "0197640D70D373A2927E03946CC4DC48"
}

View File

@@ -0,0 +1,8 @@
POST http://127.0.0.1:16289/oplogs/v1/list
{
"code": "0197640D70D373A2927E03946CC4DC48",
"page":1,
"size":11
}

View 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": "创建了新用户"
}
]