接口调用时获取用户的x-data-ip和x-data-ua & 修改isp参数类型 & 使用教程初版 &后台用户名字段展示 &添加支付平台字段

This commit is contained in:
Eamon-meng
2025-12-01 19:11:53 +08:00
parent b91de82bc2
commit b0a0b37b19
13 changed files with 300 additions and 43 deletions

View File

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