|
|
|
@ -35,7 +35,7 @@ public class VirtualAccountUserCommandController { |
|
|
|
return virtualAccountApplicationService.costIMGift(dto); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/user/cost/channel-gift/by/sdk") |
|
|
|
@PostMapping("/cost/channel-gift/by/sdk") |
|
|
|
@IgnoreResponseAdvice |
|
|
|
public CostGiftVo userCostChannelGiftBySdk(@RequestBody UserCostChannelGiftDto dto) { |
|
|
|
return virtualAccountApplicationService.costChannelGift(dto); |
|
|
|
|