1 Commits

Author SHA1 Message Date
6adcd33943 放开提取接口权限 2026-04-28 18:01:57 +08:00

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)
}