//
// RemoteInterfaceUrl.m
// ThePaperDemo
//
// Created by Scar on 14-9-18.
// Copyright (c) 2014年 scar1900. All rights reserved.
//
#import "RemoteInterfaceUrl.h"
NSString *const loadingURL = @"clt/jsp/v3/loading.jsp";
NSString *const contentDetailPageURL = @"clt/jsp/v3/content.jsp";
NSString *const contentCommentURL = @"clt/jsp/v3/contCommentList.jsp";
NSString *const contentAskURL = @"clt/jsp/v3/contQaList.jsp";
NSString *const loginURL = @"clt/v3/login.msp";
NSString *const loginOutURL = @"clt/v3/logout.msp";
NSString *const allNodeListURL = @"clt/jsp/v3/allNodes.jsp";
NSString *const childNodeListURL = @"clt/jsp/v3/childNodes.jsp";
NSString *const orderNodeURL= @"clt/v3/orderNode.msp";
NSString *const channelNodeListURL = @"clt/jsp/v3/channelContList.jsp";//【需求】热追问加上话题(bug:3928)
NSString *const hotAnswerListURL = @"clt/jsp/v3/qaRanking.jsp";
NSString *const channelNodeListURL2 = @"clt/jsp/v2/channelContList.jsp";
NSString *const nodeContentListURL = @"clt/jsp/v3/nodeContList.jsp";
NSString *const singleAskDetailListURL = @"clt/jsp/v3/qAnswerList.jsp";
NSString *const getUUIDURL = @"clt/jsp/v3/getuuid.jsp";
NSString *const downLoadOffLineURL = @"clt/jsp/v3/offlineCache.jsp";
NSString *const societyFromSDKURL = @"clt/v3/societyFromSDK.msp";
NSString *const getSocietyInfoFromSDKURL = @"clt/v3/getSocietyInfo.msp";
NSString *const editUserInfoURL = @"clt/v3/userEdit.msp";
NSString *const msgPushAPNsURL = @"clt/v3/msgPushApn.msp";
NSString *const commentURL = @"clt/v3/comment.msp";
NSString *const addTrackURL = @"clt/v3/addTrack.msp";
NSString *const addFavoriteURL = @"clt/v3/addFavorite.msp";
NSString *const deleteFavoriteURL = @"clt/v3/deleteFavorite.msp";
NSString *const cancelTrackURL = @"clt/v3/cancelTrack.msp";
NSString *const contentPraiseURL = @"clt/v3/contPraise.msp";
NSString *const commentPraiseURL = @"clt/v3/commentPraise.msp";
NSString *const specialDetailPageURL = @"clt/jsp/v3/special.jsp";
NSString *const liveDetailPageURL = @"clt/jsp/v3/live.jsp";
NSString *const removeCommentmspURL = @"clt/v3/removeComment.msp";
NSString *const getImageSetURL = @"clt/jsp/v3/imageSet.jsp";
NSString *const addAttentionURL = @"clt/v3/addAttention.msp";
NSString *const cancelAttentionURL = @"clt/v3/cancelAttention.msp";
NSString *const getVerCodeURL = @"/clt/v3/getVerCode.msp";
NSString *const checkVerCodeURL = @"clt/v3/checkVerCode.msp";
NSString *const agreementURL = @"clt/jsp/v3/agreement.jsp";
NSString *const registerURL = @"clt/v3/register.msp";
NSString *const resetPwdURL = @"clt/v3/resetPwd.msp";
NSString *const getUploadURL = @"clt/v3/getUploadUrl.msp";
NSString *const UGC_GetLastUploadPosURL = @"clt/v3/UGC_GetLastUploadPos.msp";
NSString *const modifyPwdURL = @"clt/v3/modifyPwd.msp";
NSString *const getMsgMarkURL = @"clt/v3/getMsgMark.msp";
NSString *const myQaListURL = @"clt/jsp/v3/myQaList.jsp";
NSString *const myAttentionListURL = @"clt/jsp/v3/myAttentionList.jsp";
NSString *const myTrackListURL = @"clt/jsp/v3/myTrackList.jsp";
NSString *const myTrackResultListURL = @"clt/jsp/v3/myTrackResultList.jsp";
NSString *const userSuggestURL = @"clt/v3/userSuggest.msp";
NSString *const aboutURL = @"clt/jsp/v3/about.jsp";
NSString *const myFavouriteURL = @"clt/jsp/v3/myFavoriteList.jsp";
NSString *const searchURL = @"clt/jsp/v3/search.jsp";
NSString *const userInfoURL = @"clt/v3/userInfo.msp";
NSString *const getHotKeyURL = @"clt/jsp/v3/getHotSearchKey.jsp";
NSString *const topicListURL = @"clt/jsp/v3/topicList.jsp";
NSString *const myAttentionTopicListURL = @"clt/jsp/v3/myAttendTopicList.jsp";
NSString *const myTopicListURL = @"clt/jsp/v3/myTopicList.jsp";
NSString *const getTopicCategorysURL = @"clt/jsp/v3/getTopicCategorys.jsp";
NSString *const optTopicURL = @"clt/v3/optTopic.msp";
NSString *const userNewsPageURL = @"clt/jsp/v3/userNews.jsp";
NSString *const saveTopicURL =@"clt/v3/saveTopic.msp";
NSString *const topicInfoURL = @"clt/jsp/v3/topicInfo.jsp";
NSString *const topicQaListURL = @"clt/jsp/v3/topicQaList.jsp";
NSString *const myTopicQaListURL = @"clt/jsp/v3/myTopicQaList.jsp";
NSString *const topicSearchURL = @"clt/jsp/v3/searchTopic.jsp";
NSString *const HotCommentURL = @"clt/jsp/v3/getHotComments.jsp";
NSString *const letterListURL = @"clt/jsp/v3/letterList.jsp";
NSString *const letterInfoURL = @"clt/jsp/v3/letterInfo.jsp";
NSString *const pushMsgListURL = @"clt/jsp/v3/getMsgPushList.jsp";
NSString *const getReplyedMePageURL = @"clt/jsp/v3/getReplyedMe.jsp";
NSString *const myReadHistoryURL = @"clt/jsp/v3/myReadHisList.jsp";
NSString *const topicSpecURL = @"clt/jsp/v3/topicSpec.jsp";
|