postman传数组和设置Basic Auth

传数组

需要注意json有无错误提示,可以使用json在线检验一下。

数组的最后一个变量后面是没有逗号的,key使用的是双引号。

postman传数组和设置Basic Auth

 

Basic Auth 认证

auth=HTTPBasicAuth('appkey', 'appsecret')

postman传数组和设置Basic Auth