8.28 修改事件详情相关概念模块样式,增加股票详情信息来源展示
This commit is contained in:
@@ -1 +1 @@
|
||||
"use strict";const e=require("./http.js");exports.calendarDataList=t=>e.get("/api/calendar/data",t),exports.calendarEventCount=t=>e.get("/api/calendar-event-counts",t),exports.calendarEventList=t=>e.get("/api/calendar/events",t),exports.eventHistoryEvent=t=>e.get("/api/event/"+t+"/historical-events"),exports.eventList=t=>e.get("/api/events",t),exports.eventRelatedConcept=t=>e.get("/api/event/"+t+"/related-concepts"),exports.eventRelatedStock=t=>e.get("/api/event/"+t+"/related-stocks-detail"),exports.filterOptions=t=>e.get("/api/filter/options",t),exports.homeData=t=>e.get("/api/home",t),exports.industryCategoryList=t=>e.get("/api/industry-classifications",t),exports.investEventDetails=(t,a)=>e.get("/event/"+t,a),exports.loginByEmail=t=>e.post("/api/auth/login/email",t),exports.userInfo=t=>e.get("/api/user/profile",t);
|
||||
"use strict";const e=require("./http.js");exports.agreements=()=>e.get("/api/agreements"),exports.calendarDataList=t=>e.get("/api/calendar/data",t),exports.calendarEventCount=t=>e.get("/api/calendar-event-counts",t),exports.calendarEventList=t=>e.get("/api/calendar/events",t),exports.commentEvent=(t,s)=>e.post("/post/create/"+t,s),exports.eventCommentList=t=>e.get("/api/event/"+t+"/comments"),exports.eventHistoryEvent=t=>e.get("/api/event/"+t+"/historical-events"),exports.eventList=t=>e.get("/api/events",t),exports.eventRelatedConcept=t=>e.post("/concept-api/search",t),exports.eventRelatedStock=t=>e.get("/api/event/"+t+"/related-stocks-detail"),exports.feedback=t=>e.post("/api/user/feedback",t),exports.filterOptions=t=>e.get("/api/filter/options",t),exports.followEvent=t=>e.post("/event/follow/"+t),exports.homeData=t=>e.get("/api/home",t),exports.industryCategoryList=t=>e.get("/api/sector/hierarchy",t),exports.investEventDetails=(t,s)=>e.get("/api/calendar/detail/"+t,s),exports.likeEventComment=t=>e.post("/post/like/"+t),exports.loginByPhone=t=>e.post("/api/auth/login/phone",t),exports.loginByWx=t=>e.post("/api/auth/login/wechat",t),exports.membershipStatus=t=>e.get("/api/membership/status",t),exports.replyComment=(t,s)=>e.post("/post/comment/"+t,s),exports.sendSMS=t=>e.post("/api/auth/send-sms",t),exports.stockCandlestickChartData=(t,s)=>e.get("/api/stock/"+t+"/kline",s),exports.stockCategoryList=t=>e.get("/api/sector/banner",t),exports.stockDetails=(t,s)=>e.get("/api/event/"+t+"/stock/"+s+"/detail"),exports.updateBasicInfo=t=>e.post("/settings/profile",t),exports.updateInvestPreference=t=>e.post("/settings/investment_preferences",t),exports.userActivityList=t=>e.get("/api/user/activities",t),exports.userInfo=t=>e.get("/api/user/profile",t);
|
||||
|
||||
Reference in New Issue
Block a user