|
|
@@ -18,7 +18,7 @@ use UCore\Helper\Logger;
|
|
|
* 根据响应的 Content-Type 头智能显示响应内容(JSON、HTML、Protobuf、文本等)
|
|
|
*
|
|
|
* 使用示例:
|
|
|
- * php artisan debug:reproduce-error 69019066 # 使用ID查找,自动选择数据源
|
|
|
+ * php artisan debug:reproduce-error 69011026 # 使用ID查找,自动选择数据源
|
|
|
* php artisan debug:reproduce-error request_1749626545371 # 使用request_unid查找
|
|
|
* php artisan debug:reproduce-error 68973982 --type=request_unid # 明确指定查找类型
|
|
|
* php artisan debug:reproduce-error 68973982 --no-clear-logs # 不清空日志文件
|