|
|
@@ -11,9 +11,7 @@
|
|
|
shop_items 的 $max_buy 最大购买数量(0表示无限制)是否已经被完全替代,期望是被新的限购替代;
|
|
|
shop_items 的 $max_buy 确认被替代后移除,使用mcp执行sql
|
|
|
|
|
|
-请求 68981433 报错,看日志,修复,使用下面命令进行验证
|
|
|
- php artisan debug:reproduce-error 68981433
|
|
|
-请求 request_1749207804951
|
|
|
+请求 request_1749207804951
|
|
|
|
|
|
## 待处理任务
|
|
|
|
|
|
@@ -30,6 +28,12 @@ shop_items 的 $max_buy 确认被替代后移除,使用mcp执行sql
|
|
|
|
|
|
## 已完成任务(保留最新的10条,多余的删除)
|
|
|
|
|
|
+**2025-06-11 16:17** - 修复请求68981433报错:STATUS枚举常量错误和响应显示优化
|
|
|
+- 问题:请求68981433报错,UserActivityService中使用了不存在的STATUS::Normal常量,ReproduceErrorCommand对protobuf响应显示不正确
|
|
|
+- 修复:将STATUS::Normal改为STATUS2::Normal,优化响应显示逻辑支持protobuf二进制响应,移除未使用的导入
|
|
|
+- 验证:使用php artisan debug:reproduce-error 68981433命令验证,请求正常处理返回业务验证错误而非系统错误
|
|
|
+- 结果:系统错误已修复,现在返回正常的业务逻辑验证错误"土地当前状态为枯萎,不允许收获"
|
|
|
+
|
|
|
**2025-06-11 15:24** - ReproduceErrorCommand增强:支持post字段数据和Content-Type自动检测
|
|
|
- 需求:ReproduceErrorCommand增强,默认使用post字段的数据,根据headers提取数据类型进行请求重放
|
|
|
- 实现:新增--data-source选项支持post/protobuf_json/auto三种数据源,根据Content-Type自动检测数据类型,支持protobuf二进制和JSON两种请求格式
|