Appearance
支持一个或多字段排序,多字段用逗号分隔,并按先后顺序从左到右排序
例如:
GET ?order_by=field1,-field2,field3
优先级: field1 > field2 > field3