7.10 增加登录页面,事件详情接口对接,我的点赞,关注收藏页面搭建,接口对接
This commit is contained in:
1
unpackage/dist/build/mp-weixin/request/api.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/request/api.js
vendored
Normal file
@@ -0,0 +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);
|
||||
Reference in New Issue
Block a user