feature/1.7-MCP

This commit is contained in:
ningyv
2025-04-14 13:36:08 +08:00
parent 5ae9d5d3f1
commit 71cc0b8916
@@ -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) => {