commentDetail: apiRoot + "article/commentDetail.html", commentReply: apiRoot + "article/commentReply.html", addComment: apiRoot + 'article/addComment.html', addReply: apiRoot + 'article/addReply.html', like: apiRoot + "article/like.html", commentLike: apiRoot + "article/commentLike.html", commentReplyLike: apiRoot + "article/commentReplyLike.html", favorite: apiRoot + "article/favorite.html", favoriteList: apiRoot + "article/favoriteList.html", }, user: { login: apiRoot + "user/login.html", register: apiRoot + "user/register.html", index: apiRoot + "user/index.html", userInfo: apiRoot + "user/userInfo.html", updateAvatar: apiRoot + "user/updateAvatar.html", upload: apiRoot + "user/upload.html", setting: apiRoot + "user/setting.html", updatePassword: apiRoot + "user/updatePassword.html", forgot: apiRoot + "user/forgot.html", updatePasswordByMobile: apiRoot + "user/updatePasswordByMobile.html", feedback: apiRoot + "user/feedback.html", logout: apiRoot + "user/logout.html",
请问这些接口文件能不能提供一下
|