从1.16.0开始可以使用url/接口名/版本号/的形式访问接口
url/接口名/版本号/
如:http://localhost:8080/api/goods.get/1.0/格式访问
http://localhost:8080/api/goods.get/1.0/
或者http://localhost:8080/api/goods.get/(使用默认版本号)
http://localhost:8080/api/goods.get/
此方式兼容老版本,直接修改url即可。
在不需要签名验证的情况下,此方法是个不错的选择,增强了接口可读性。
注意:最后面的/不能少
/