Skip to content

Commit

Permalink
chore: transfer error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 2, 2025
1 parent 1679cd0 commit 44982af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/order/afdian/transfer_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def query_order(_from: str = Query(..., alias="from"), to: str = None):
logger.error(f"order expired, _from: {_from}")
return {
"ec": 403,
"msg": "Orders older than 3 day are not allowed to be merged",
"msg": "Order older than 3 days",
}

# 已经转过一次了
Expand Down

0 comments on commit 44982af

Please sign in to comment.