放开提取接口权限

This commit is contained in:
2026-04-28 17:59:35 +08:00
parent 165151b9d2
commit 6adcd33943

View File

@@ -32,5 +32,5 @@ export async function createChannels(params: {
city?: string
isp?: number
}) {
return callByUser<CreateChannelsResp[]>('/api/channel/create', params)
return callPublic<CreateChannelsResp[]>('/api/channel/create', params)
}