Last active
November 25, 2020 07:46
-
-
Save t404/bce68553920eea0e344b183db0b4ba68 to your computer and use it in GitHub Desktop.
[postman语法] #postman
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 设置环境变量 | |
var access_key_id = pm.environment.get('access_key_id'); | |
var secret_access_key = pm.environment.get('secret_access_key'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment