修复未认证提取ip的接口调用户会话

This commit is contained in:
Eamon-meng
2026-04-13 10:23:19 +08:00
parent 8ee8feb2bf
commit c2a0310ee5
4 changed files with 13 additions and 7 deletions

View File

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