首先, 要知道postman restful多参数请求的写法
http://ip:port/user/参数值1/参数值2/参数值3
例如: http://localhost:6666/user/如果爱/部/0000121
postman当遇到上述 url时, 直接请求, 根本不通 …
原因, 需要对中文进行编码.
-
选中参数中的中文, 已参数为单位,也就是一个参数一个参数的选择
-
鼠标右键, 选择encodeUriComponent , 就会将中文编码成 类似 %E5%A6%82 这种效果
每个中文参数都要转,