We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/**
The text was updated successfully, but these errors were encountered:
版本11 仓库
Sorry, something went wrong.
发现原因了 是加了双引号 键值的 key
No branches or pull requests
/**
*/
export function getHomeListAxios(date: string = "") {
return axiosClient.get({
url: baseUrl + "api/v2/feed",
params: { "date": date },
showLoading: true,
headers: commonHeader
})
}
params: { "date": date }, 这样写的都报错 希望 有空修改一下
The text was updated successfully, but these errors were encountered: