能力云图api接口

This commit is contained in:
gaoyuanwei 2022-06-19 14:40:14 +08:00
parent 39ba614c1f
commit 94fd21ab27
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import request from '@/utils/request'
//-
export function KnowledgeBaseStatic() {
return request({
url: '/census/center/v2/knowledgeInfo',
method: 'get',
})
}