|
|
|
@ -19,7 +19,7 @@ public class WalletAccountUserCommandController { |
|
|
|
@Resource |
|
|
|
private WalletAccountApplicationService walletAccountApplicationService; |
|
|
|
|
|
|
|
@PostMapping("/user/acquire/reward-amount") |
|
|
|
@PostMapping("/acquire/reward-amount") |
|
|
|
@IgnoreResponseAdvice |
|
|
|
public void userAcquireRewardAmountBySdk(@RequestBody UserAcquireRewardAmountDto dto) { |
|
|
|
walletAccountApplicationService.acquireRewardAmount(dto); |
|
|
|
|