|
|
@@ -70,7 +70,7 @@ public class LifeBlacklistController {
|
|
|
@GetMapping("/blackListByUserId")
|
|
|
public R<List<LifeBlacklistVo>> blackListByUserId(@RequestParam(value = "userType") String userType,
|
|
|
@RequestParam(value = "userId") String userId,
|
|
|
- @RequestParam(value = "type", defaultValue = "1") Integer type) {
|
|
|
+ @RequestParam(value = "type") Integer type) {
|
|
|
return R.data(lifeBlacklistService.blackListByUserId(userType, userId, type));
|
|
|
}
|
|
|
|