分配
This commit is contained in:
@@ -273,4 +273,13 @@ public class DeskController {
|
||||
return ResponseResult.success(hyPartnerBaseInfoService.addTags(addTagsRequest));
|
||||
}
|
||||
|
||||
|
||||
@GetMapping(path = "/getAssignFollowUser")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "partnerId", value = "partnerId", required = false),
|
||||
})
|
||||
public ResponseResult<String> getFollowHistory(@RequestParam(value = "partnerId",required = false)String partnerId,
|
||||
@RequestParam(value = "type",required = false)String type){
|
||||
return ResponseResult.success(hyPartnerLineInfoService.getAssignFollowUser(partnerId,type));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user