|
|
@@ -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")
|