|
@@ -55,7 +55,7 @@ export const getOperationList = async () => {
|
|
// 获取事件指标列表
|
|
// 获取事件指标列表
|
|
export const getEventIndicatorList = async () => {
|
|
export const getEventIndicatorList = async () => {
|
|
return await request.get({
|
|
return await request.get({
|
|
- url: '/menduner/reward/common/get/event-indicator'
|
|
|
|
|
|
+ url: '/menduner/reward/event-metric/list'
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|