Package com.bytedesk.douyin.comment
Class DouyinCommentRestController
java.lang.Object
com.bytedesk.core.base.BaseRestController<DouyinCommentRequest,DouyinCommentRestService>
com.bytedesk.douyin.comment.DouyinCommentRestController
@RestController
@RequestMapping("/api/v1/douyin/comment")
public class DouyinCommentRestController
extends BaseRestController<DouyinCommentRequest,DouyinCommentRestService>
评论互动
- Author:
- kefux.com
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseRestController
create, delete, deleteByOrgUid, export, exportTemplate, getService, queryByOrg, queryByUid, queryByUser, update
-
Constructor Details
-
DouyinCommentRestController
public DouyinCommentRestController()
-