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