简体中文
主题
设置 Postman 预请求脚本。
class.postman.prerequest=groovy:``` // 添加授权头 it.header("Authorization", "Bearer " + localStorage.get("token")) ```