|
|
@@ -327,7 +327,7 @@ public class OrderPayControllerV2 {
|
|
|
|
|
|
@RequestMapping(value = "/tradeAuction/balance")
|
|
|
@ResponseBody
|
|
|
- public void paytAuctionOrderBalance(@RequestParam Long id, @RequestParam String tradeCode) {
|
|
|
+ public void payTradeAuctionOrderBalance(@RequestParam Long id, @RequestParam String tradeCode) {
|
|
|
orderPayService.payTradeAuctionOrderBalance(id, SecurityUtils.getAuthenticatedUser().getId(), tradeCode);
|
|
|
}
|
|
|
|