|
|
@@ -185,7 +185,7 @@ public class OrderPayControllerV2 {
|
|
|
return orderPayService.payAuctionQuick(id);
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value = "auction/balance", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "/auction/balance", method = RequestMethod.GET)
|
|
|
public void payAuctionOrderBalance(@RequestParam Long id, @RequestParam String tradeCode) {
|
|
|
orderPayService.payAuctionOrderBalance(id, SecurityUtils.getAuthenticatedUser().getId(), tradeCode);
|
|
|
}
|