Compare commits

..

2 Commits

Author SHA1 Message Date
Mrx
f2194e08d0 Merge branch 'main' of http://1.117.67.95:3000/team/ycc-proxy-admin
Some checks failed
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
2026-02-08 17:03:20 +08:00
Mrx
df6f91e512 f 2026-02-08 17:03:00 +08:00

View File

@@ -409,6 +409,7 @@ async function getAgentList(params: AgentApi.GetAgentListParams) {
/** /**
* 获取代理推广链接列表 * 获取代理推广链接列表
*/ */
async function getAgentLinkList(params: AgentApi.GetAgentLinkListParams) { async function getAgentLinkList(params: AgentApi.GetAgentLinkListParams) {
return requestClient.get<AgentApi.AgentLinkList>('/agent/link/list', { return requestClient.get<AgentApi.AgentLinkList>('/agent/link/list', {
params, params,