11.26 修改K线图样式
This commit is contained in:
@@ -108,7 +108,7 @@ export const calendarDataList = param => get('/api/calendar/data',param)
|
||||
*/
|
||||
export const investEventDetails = (id,param) => get('/api/calendar/detail/'+id,param)
|
||||
/**
|
||||
* 获取当前月的每一天的时间数量
|
||||
* 获取当前月的每一天的事件数量
|
||||
*/
|
||||
export const calendarEventCount = param => get('/api/calendar-event-counts',param)
|
||||
|
||||
@@ -137,6 +137,6 @@ export const userActivityList = param => get('/api/user/activities',param)
|
||||
*/
|
||||
export const feedback = param => post('/api/user/feedback',param)
|
||||
/**
|
||||
* 意见反馈
|
||||
* 协议
|
||||
*/
|
||||
export const agreements = () => get('/api/agreements')
|
||||
|
||||
Reference in New Issue
Block a user