修复(#16): 修复订单退款状态与后台恢复冲突 (#16)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-06-09 11:31:31 -07:00
committed by GitHub
parent 21811f4d63
commit e74958e17f
9 changed files with 302 additions and 63 deletions
@@ -55,6 +55,8 @@ func orderStatusName(status uint8) string {
case 5:
return "finished"
case 6:
return "claimed"
case 7:
return "refunded"
default:
return "unknown"