You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
< html lang = "zh-CN" >
< head >
< meta charset = "UTF-8" >
< title > 测试报告 - 操作日志模块< / title >
< style >
body { font-family : 'Microsoft YaHei' , sans-serif ; margin : 20 px ; background : #f5f5f5 }
h1 { color : #333 ; border-bottom : 2 px solid #409EFF ; padding-bottom : 10 px }
h2 { color : #409EFF ; margin-top : 30 px }
table { border-collapse : collapse ; width : 100 % ; margin : 10 px 0 ; background : #fff }
th , td { border : 1 px solid #ddd ; padding : 8 px 12 px ; text-align : left }
th { background : #409EFF ; color : #fff }
tr : nth-child ( even ) { background : #f9f9f9 }
. pass { color : #67C23A ; font-weight : bold }
. fail { color : #F56C6C ; font-weight : bold }
. skip { color : #E6A23C ; font-weight : bold }
. meta { background : #fff ; padding : 15 px ; border-radius : 4 px ; margin-bottom : 20 px ; border-left : 4 px solid #409EFF }
< / style >
< / head >
< body >
< h1 > 📋 测试报告 - 操作日志模块< / h1 >
< div class = "meta" >
< p > < strong > 测试时间< / strong > : 2026-04-29 04:41:13< / p >
< p > < strong > Git Commit< / strong > : 6522b2a( 补齐export端点占位) < / p >
< p > < strong > 测试环境< / strong > : http://192.168.1.202/admin/log< / p >
< p > < strong > 测试结果< / strong > : < span class = "pass" > ✅ 全部通过( 2/2) < / span > < / p >
< / div >
< h2 > 测试项明细< / h2 >
< table >
< tr > < th > #< / th > < th > 测试项< / th > < th > API调用< / th > < th > 预期结果< / th > < th > 实际结果< / th > < th > 状态< / th > < / tr >
< tr > < td > 1< / td > < td > 产量修正日志(分页)< / td > < td > GET /api/admin/log/adjustment< / td > < td > code=0, 返回修正日志分页列表< / td > < td > code=0, total=3条< / td > < td class = "pass" > ✅ 通过< / td > < / tr >
< tr > < td > 2< / td > < td > 系统运行日志(分页)< / td > < td > GET /api/admin/log/system< / td > < td > code=0, 返回系统日志分页列表< / td > < td > code=0, total=30条< / td > < td class = "pass" > ✅ 通过< / td > < / tr >
< / table >
< h2 > 跳过项< / h2 >
< table >
< tr > < th > 跳过项< / th > < th > 原因< / th > < th > 备注< / th > < / tr >
< tr > < td > 导出修正日志< / td > < td > 用户要求排除< / td > < td > -< / td > < / tr >
< / table >
< / body >
< / html >