Commit 469f7d24eb8f05a6d18f28ff4b8e9693bdfc4c17
1 parent
dc8d23a0
no message
Showing
1 changed file
with
30 additions
and
0 deletions
CNLiveEnvironment/Classes/CNLiveInterface.h
| ... | ... | @@ -738,4 +738,34 @@ |
| 738 | 738 | #define CNGetAllFansListFollowsUrl cn_API_Host(@"/Daren/group/getStarFans.action") |
| 739 | 739 | |
| 740 | 740 | |
| 741 | +// 获取评论列表 | |
| 742 | +#define CNLiveTopicLoadCommentUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/loadComments") | |
| 743 | +// 获取点赞用户列表 | |
| 744 | +#define CNLiveTopicLoadLikeListUrl cn_API_OpenApi2(@"/support/readNewSupport") | |
| 745 | +//获取用户头视图数据 | |
| 746 | +#define CNLiveTopicHeaderSourceUrl cn_API_Classify(@"/contentApi/getTopicInfo") | |
| 747 | +//关注话题详情页 | |
| 748 | +#define CNLiveTopicFocusActionUrl cn_API_Host(@"/Daren/group/addStarFollows.action") | |
| 749 | +//对话题喜欢接口 | |
| 750 | +#define CNLiveTopicLikeActionUrl cn_API_OpenApi2(@"/support/supportBySpId/insert") | |
| 751 | +//对话题进行评论 | |
| 752 | +#define CNLiveTopicForCommentActionUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/insertComment") | |
| 753 | +//对评论进行回复 | |
| 754 | +#define CNLiveTopicForReplyActionUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/insertReply") | |
| 755 | +//获取全部话题 | |
| 756 | +#define CNLiveTopicForListAllUrl cn_API_Classify(@"/contentApi/getAllTopic") | |
| 757 | + | |
| 758 | + | |
| 759 | +//请求全部回复列表 | |
| 760 | +#define CNTopicAllReplyDataUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/loadReplys") | |
| 761 | +//删除一条评论 | |
| 762 | +#define CNTopicDeleteCommentUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/deleteComment") / | |
| 763 | + //删除一条回复 | |
| 764 | +#define CNTopicDeleteReplyUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/deleteReply") | |
| 765 | + | |
| 766 | +#define CNAudioLikeUrl cn_API_OpenApi2(@"/support/supportBySpId/insert") | |
| 767 | + | |
| 768 | +#define CNLoadNotifyCommentsUrl cn_API_OpenApi2(@"/commentServices/commentForTopic/loadNotifyComments") | |
| 769 | + | |
| 770 | + | |
| 741 | 771 | #endif /* CNLiveInterface_h */ | ... | ... |