fix: 修复确认收货时使用错误订单ID的问题
在确认收货逻辑中,之前直接使用transactionId更新订单状态,现在改为先通过transactionId查找对应订单,再使用正确的订单ID进行更新
Showing
1 changed file
with
12 additions
and
4 deletions
-
Please register or login to post a comment
在确认收货逻辑中,之前直接使用transactionId更新订单状态,现在改为先通过transactionId查找对应订单,再使用正确的订单ID进行更新