当前位置:网站首页>Postman environment variable settings
Postman environment variable settings
2022-07-06 10:44:00 【Wang Dashan 0928】
In the process of the project, we often encounter a variety of environments , Such as development environment 、 Test environment 、 Preproduction environment , Production environment, etc . And different environments have different values , Mainly reflected in the different access addresses . Therefore, we can use environment variables to manage different values .
Example : Query and set the location of mobile phone number 2 Environment , They are test environment and pre production environment .
Ideas :
1. Add send request interface
2. add to 2 Environment groups , Set different parameter values in different environment groups
3. Call different environment variables in the request according to the requirements , grammar :{ { Variable name }}
4. Send a request , View results
step 1、 Add request interface ;
step 2、 Add environment group , Click on environment -> Click on + ;
step 3、 Add the environment group name under the environment group 、 environment variable , And assign a value to the variable ;
step 4、 Call the environment variable in the request ;
step 5、 Select environment group ;
step 6、 Send a request , View results ;
边栏推荐
- February 13, 2022-2-climbing stairs
- CSDN问答标签技能树(二) —— 效果优化
- ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
- Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
- Complete web login process through filter
- windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
- CSDN Q & a tag skill tree (V) -- cloud native skill tree
- A brief introduction to the microservice technology stack, the introduction and use of Eureka and ribbon
- What is the current situation of the game industry in the Internet world?
- Bytetrack: multi object tracking by associating every detection box paper reading notes ()
猜你喜欢
随机推荐
MySQL34-其他数据库日志
CSDN question and answer module Title Recommendation task (II) -- effect optimization
Windchill配置远程Oracle数据库连接
[paper reading notes] - cryptographic analysis of short RSA secret exponents
MySQL21-用戶與權限管理
Nanny hand-in-hand teaches you to write Gobang in C language
Breadth first search rotten orange
在jupyter NoteBook使用Pytorch进行MNIST实现
Mysql21 - gestion des utilisateurs et des droits
高并发系统的限流方案研究,其实限流实现也不复杂
MySQL33-多版本并发控制
Set shell script execution error to exit automatically
Time complexity (see which sentence is executed the most times)
CSDN博文摘要(一) —— 一个简单的初版实现
Mysql35 master slave replication
Pytorch RNN actual combat case_ MNIST handwriting font recognition
[C language] deeply analyze the underlying principle of data storage
Global and Chinese markets of static transfer switches (STS) 2022-2028: Research Report on technology, participants, trends, market size and share
C language string function summary
CSDN问答模块标题推荐任务(二) —— 效果优化








