xiongzhu před 4 roky
rodič
revize
f2540c7616

+ 1 - 1
src/main/java/com/izouma/nineth/web/AssetController.java

@@ -113,7 +113,7 @@ public class AssetController extends BaseController {
     @PostMapping("/giftWithoutGasFee")
     @ApiOperation("转赠(无gas费)")
     public GiftOrder giftWithoutGasFee(@RequestParam Long assetId, @RequestParam Long toUserId, @RequestParam String tradeCode) {
-        return giftOrderService.giftWithoutGasFee(SecurityUtils.getAuthenticatedUser().getId(), assetId, toUserId);
+        return giftOrderService.giftWithoutGasFee(SecurityUtils.getAuthenticatedUser().getId(), assetId, toUserId, tradeCode);
     }
 
     @GetMapping("/tokenHistory")