我正在使用网络API 其中一个控制器是产品,我想有两个选项:
这样做的最佳做法是什么? 我目前这样做了:
http://localhost:49221/product/item
其中item是产品代码
并为信息
http://localhost:49221/product/item?info=true
另一种方式是路线不同,如:
少数属性:
http://localhost:49221/product/item
对于所有属性:
http://localhost:49221/productinfo/item
什么是更好的appproch? 又有另一个吗?
感谢