h5_LOGIN
This commit is contained in:
@@ -33,6 +33,7 @@ public class DiamondGiveHistoryController extends BaseController {
|
||||
private DiamondGiveHistoryService diamondGiveHistoryService;
|
||||
|
||||
|
||||
@H5Authorization
|
||||
@Authorization
|
||||
@ApiOperation(value = "用户转赠记录", httpMethod = "GET")
|
||||
@GetMapping("/giveRecord")
|
||||
@@ -49,6 +50,7 @@ public class DiamondGiveHistoryController extends BaseController {
|
||||
* @param pageSize
|
||||
* @return
|
||||
*/
|
||||
@H5Authorization
|
||||
@Authorization
|
||||
@ApiOperation(value = "用户转赠详情记录", httpMethod = "GET")
|
||||
@GetMapping("/giveRecordVoByType")
|
||||
@@ -58,6 +60,7 @@ public class DiamondGiveHistoryController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
@H5Authorization
|
||||
@Authorization
|
||||
@ApiOperation(value = "用户转赠钻石操作", httpMethod = "POST")
|
||||
@PostMapping("/give")
|
||||
@@ -67,6 +70,7 @@ public class DiamondGiveHistoryController extends BaseController {
|
||||
return new BusiResult(BusiStatus.SUCCESS);
|
||||
}
|
||||
|
||||
@H5Authorization
|
||||
@Authorization
|
||||
@ApiOperation(value = "用户转赠礼物操作", httpMethod = "POST")
|
||||
@PostMapping("/giveGift")
|
||||
@@ -89,6 +93,7 @@ public class DiamondGiveHistoryController extends BaseController {
|
||||
return new BusiResult<>(diamondGiveHistoryService.searchUser(uid, erbanNo));
|
||||
}
|
||||
|
||||
@H5Authorization
|
||||
@Authorization
|
||||
@ApiOperation(value = "用户转赠历史", httpMethod = "GET")
|
||||
@ApiImplicitParams({
|
||||
|
Reference in New Issue
Block a user