优化AI,使用qwen
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function resolveShareCode(data: { code: string; fingerprint: string; referer?: string }) {
|
||||
return $request.post(
|
||||
{ url: '/shortLink/resolve', params: data },
|
||||
{ requestOptions: { withToken: false } }
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user