export function resolveShareCode(data: { code: string; fingerprint: string; referer?: string }) { return $request.post( { url: '/shortLink/resolve', params: data }, { requestOptions: { withToken: false } } ) }