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

feat: query support array #25

Merged
merged 3 commits into from
Sep 12, 2024
Merged

feat: query support array #25

merged 3 commits into from
Sep 12, 2024

Conversation

WangLeto
Copy link
Collaborator

No description provided.

README.md Outdated
@@ -135,7 +135,7 @@ type LylaRequestOptions<C = undefined> = {
* `body`.
*/
json?: any
query?: Record<string, string | number>
query?: Record<string, string | number | string[] | number[]>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这显然应该是 Array<string | number>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solve

@07akioni 07akioni merged commit 471ffc4 into main Sep 12, 2024
2 checks passed
@07akioni 07akioni deleted the feat/query-support-array branch September 12, 2024 06:28
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

Successfully merging this pull request may close these issues.

2 participants