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

opti: support login mode #340

Merged
merged 1 commit into from
Feb 19, 2021
Merged

opti: support login mode #340

merged 1 commit into from
Feb 19, 2021

Conversation

tangcent
Copy link
Owner

tick loginMode
config rule yapi.export.before like:

yapi.export.before=groovy:```
httpClient.request().url("http://127.0.0.1:3000/api/user/login")
            .method("POST")
            .contentType("application/json")
            .body(["email":"[email protected]","password":"*******"])
            .call();
```

@tangcent tangcent added the type: enhancement New feature or request label Feb 18, 2021
@tangcent tangcent merged commit d585024 into master Feb 19, 2021
@tangcent tangcent mentioned this pull request Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant