Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
* @Copyright: 公众号:bugstack虫洞栈 | 博客:https://bugstack.cn - 沉淀、分享、成长,让自己和他人都能有所收获!
*/
public class OrdinaryVideoUserService implements IVideoUserService {

@Override
public void definition() {
System.out.println("普通用户,视频720P超清");
}

@Override
public void advertisement() {
System.out.println("普通用户,视频有广告");
}
Expand Down