去除 活动兑换金币接口

This commit is contained in:
tianfeng 2025-11-09 23:37:18 +08:00
parent 7a00994663
commit 99c5e34960

View File

@ -83,20 +83,6 @@ public class BankRestController extends BaseController {
return userBankService.exchangeGold(cmd);
}
/**
* 活动兑换金币.
*
* @eo.name 兑换金币.
* @eo.url /exchange/gold
* @eo.method post
* @eo.request-type json
*/
@PostMapping("/activity/exchange/gold")
public UserBankExchangeGoldResultCO activityExchangeGold(@RequestBody @Validated UserBankExchangeGoldCmd cmd) {
return userBankService.exchangeGold(cmd);
}
/**
* 提现.
*