Skip to content
New issue

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

生产环境下取不到参数query为{},测试环境正常 #148

Open
XinlinLiu opened this issue Dec 16, 2024 · 0 comments
Open

生产环境下取不到参数query为{},测试环境正常 #148

XinlinLiu opened this issue Dec 16, 2024 · 0 comments

Comments

@XinlinLiu
Copy link

{
url: ${baseUrl}/v1/webapi/xx/xx/:id,
method: 'get',
response: ({ query }: { query: { id: string } }) => {
const { id } = query;
const details = list().find((it) => it.id === id);
return {
code: '0',
msg: 'SUCCESS',
data: details
};
}
}
生产环境取不到参数query为空

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant