AI Assistant 7 달 전
부모
커밋
a150ab9091
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/Console/Commands/ReproduceErrorCommand.php
  2. 1 1
      app/Module/Fund/Dto/AccountDto.php

+ 1 - 1
app/Console/Commands/ReproduceErrorCommand.php

@@ -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                    # 不清空日志文件

+ 1 - 1
app/Module/Fund/Dto/AccountDto.php

@@ -30,7 +30,7 @@ class AccountDto
     /**
      * @var int 余额
      */
-    public int $balance;
+    public float $balance;
 
     /**
      * @var int 更新时间