|
@@ -56,13 +56,13 @@ public class MemberRankController extends BaseController {
|
|
|
return succeed(result);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "购买会员")
|
|
|
+ @ApiOperation(value = "购买会员(用于后台创建的团练宝订单支付)")
|
|
|
@PostMapping("/buy")
|
|
|
public Object buy(@RequestBody MemberPayParamDto memberPayParamDto) throws Exception {
|
|
|
return memberRankSettingService.buy(memberPayParamDto);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "购买会员")
|
|
|
+ @ApiOperation(value = "购买会员(学生端自主购买团练宝会员)")
|
|
|
@PostMapping("/buy1")
|
|
|
public Object buy1(@RequestBody MemberPayParamDto memberPayParamDto) throws Exception {
|
|
|
return memberRankSettingService.buy1(memberPayParamDto);
|