mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
feature/1.7-MCP
This commit is contained in:
@@ -142,7 +142,7 @@ const IntegrationAIContainer = ({
|
||||
* 获取 API Key 列表
|
||||
*/
|
||||
const getKeysList = () => {
|
||||
fetchData<BasicResponse<null>>(type === 'global' ? 'simple/system/apikeys' : 'my/apikeys', {
|
||||
fetchData<BasicResponse<null>>(type === 'global' ? 'simple/system/apikeys' : `my/apikeys/${serviceId}`, {
|
||||
method: 'GET'
|
||||
})
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user