能力云图api接口
This commit is contained in:
parent
39ba614c1f
commit
94fd21ab27
|
@ -0,0 +1,8 @@
|
||||||
|
import request from '@/utils/request'
|
||||||
|
//能力云图-知识库
|
||||||
|
export function KnowledgeBaseStatic() {
|
||||||
|
return request({
|
||||||
|
url: '/census/center/v2/knowledgeInfo',
|
||||||
|
method: 'get',
|
||||||
|
})
|
||||||
|
}
|
Loading…
Reference in New Issue