下单时返回ordersn
This commit is contained in:
@@ -80,7 +80,7 @@ public class OrderController {
|
||||
}
|
||||
}
|
||||
Map<String, Object> result = new HashMap<>();
|
||||
result.put("orderId", buyOrder.getOrderId());
|
||||
result.put("orderSn", buyOrder.getOrderSn());
|
||||
return R.ok(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user