去除 活动兑换金币接口
This commit is contained in:
parent
7a00994663
commit
99c5e34960
@ -83,20 +83,6 @@ public class BankRestController extends BaseController {
|
|||||||
return userBankService.exchangeGold(cmd);
|
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提现.
|
* 提现.
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user