态势感知平台-开源生态与贡献价值全景统计概览对接接口
This commit is contained in:
@@ -137,3 +137,12 @@ export function scatterDataPage1(params?: any): Promise<any> {
|
||||
});
|
||||
}
|
||||
|
||||
// 开源生态与贡献价值全景-统计概览
|
||||
export function overviewDataPage2(params?: any): Promise<any> {
|
||||
return request({
|
||||
url: `/api/v1/page2/overviewData`,
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user