lmw
2024-10-23 2f204867ad034d3a95ba9acc112d6507f296447b
app/src/main/java/com/sinata/xqmuse/network/Apis.kt
@@ -36,22 +36,32 @@
    const val getTodayMeditation = "meditation/client/meditation/home/getTodayMeditation"
    const val getPersonalityPlan = "meditation/client/meditation/home/getPersonalityPlan"
    const val getMeditationAndCateList = "meditation/client/meditation/home/getMeditationAndCateList"
    const val search = "meditation/client/meditation/home/search"
    const val getHotWordList = "meditation/client/meditation/home/getHotWordList"
    const val getNotice = "base/appUser/getNotice"
    const val getUserInfo = "base/appUser/userInfo"
    const val constellation = "base/appUser/constellation"
    const val setWeight = "base/appUser/setWeight"
    const val changeConstellation = "base/appUser/changeConstellation"
    const val getHomeBackgroun = "meditation/client/meditation/home/getHomeBackgroun"
    const val getMeditationPageByCateId = "meditation/client/meditation/home/getMeditationPageByCateId"
    const val getMeditationDetails = "meditation/client/meditation/home/getMeditationDetails"
    const val favorite = "meditation/client/meditation/home/favorite"
    const val getMeditationQuestionPage = "meditation/client/meditation/home/getMeditationQuestionPage"
    const val doLike = "meditation/client/meditation/home/likeQuestion"
    const val report = "meditation/client/meditation/home/report"
    /**
     * 我的
     */
    const val getUserInfo = "user/client/app-user/getUserInfo"
    const val getUserDetail = "user/client/app-user/getUserDetail"
    const val feedBack = "base/appUser/feedBack"
    const val getPhone = "base/appUser/getPhone"
    const val useGuide = "base/appUser/useGuide"
    const val setUnit = "base/appUser/setUnit"
    const val updatePhone = "base/appUser/updatePhone"
    const val updateInfo = "base/appUser/updateUserInfo"
    const val updateInfo = "/user/client/app-user/updateUserDetail"
    const val wallet = "base/appUser/wallet"
    const val cancellation = "base/appUser/deleteAppUser"
    const val myCourse = "base/sports/myCourse"
@@ -63,17 +73,29 @@
    const val getBankInfo = "base/appUser/getBankInfo"
    const val getBindingUserName = "base/appUser/getBindingUserName"
    const val binding = "base/appUser/binding"
    const val peopleList = "base/appUser/peopleList"
    const val getCommissionRule = "system/system/common-question/getCommissionRule"
    const val lookHistory = "user/user/app-user-viewing-history/lookHistory"
    const val myCollect = "course/client/course/course/myCollect"
    const val myOrderCourse = "order/client/order/order/myOrderCourse"
    const val getVipPrice = "system/system/vip-setting/getVipPrice"
    const val getVipContent = "system/system/vip-setting/getVipContent"
    const val getQrCode = "system/system/common-question/getQrCode"
    const val commonQuestion = "system/system/common-question/commonQuestion"
    const val healingLevel = "user/client/app-user/healingLevel"
    const val queryNotice = "user/client/user/notice-record/queryNotice"
    /**
     * 课程
     */
    const val getBanner = "base/sports/getBanner"
    const val getBanner = "course/client/course/course/getBannerList"
    const val getList = "base/sports/getList"
    const val queryCourseList = "base/sports/courseSearch"
    const val getCourseCategoryList = "course/client/course/course/getCourseCategoryList"
    const val queryCourseList = "course/client/course/course/getCoursePageList"
    const val getCoursePageList = "course/client/course/tutor-special-column/getCoursePageList"
    const val getPayCourseInfoById = "course/client/course/course/getPayCourseInfoById"
    const val collectCourse = "course/client/course/course/collectCourse"
    const val queryCourseInfo = "base/sports/courseDetail"
    const val collectCourse = "base/sports/collectCourse"
    const val buyCourse = "base/sports/buyCourse"
    const val pay = "base/sports/pay"
    const val order = "base/sports/order"
@@ -89,11 +111,15 @@
    const val completeInfo = "base/sports/completeInfo"
    const val clockIn = "base/sports/clockIn"
    const val queryCouponPackage = "base/appUser/couponList"
    const val getUserByPhone = "user/client/app-user/getUserByPhone"
    const val confirmOrder = "course/client/course/course/confirmOrder"
    /**
     * 发现
     */
    const val getMeditationPage = "meditation/client/meditation/meditation/getMeditationPage"
    const val getMeditationInfo = "meditation/client/meditation/meditation/getMeditationInfo"
    const val messageCount = "base/find/messageCount"
    const val findList = "base/find/findList"
    const val noticeDetail = "account/base/exploreWP/noticeDetail"
@@ -101,11 +127,9 @@
    const val findDetail = "base/find/findDetail"
    const val findCommentList = "base/find/findCommentList"
    const val findCommentListOne = "base/find/findCommentListOne"
    const val report = "base/find/report"
    const val addComment = "base/find/addComment"
    const val doLike = "base/find/Like"
    const val addFind = "base/find/addFind"
    const val messageList = "base/find/messageList"
    const val messageList = "user/client/user/notice-record/noticeList"
    const val deleteFind = "base/appUser/deleteFind"
}