开启 Dubbo Consumer 参数校验

This commit is contained in:
YunaiV
2020-07-17 07:53:24 +08:00
parent 3b5199b60b
commit d619f0fae8
16 changed files with 35 additions and 29 deletions

View File

@@ -10,6 +10,12 @@ Content-Type: application/x-www-form-urlencoded
username=admin&password=1024
### /passport/login 少传参数
POST {{baseUrl}}/passport/login
Content-Type: application/x-www-form-urlencoded
username=admin
### /passport/info 成功
GET {{baseUrl}}/passport/info
Authorization: Bearer {{accessToken}}