|
@@ -50,7 +50,7 @@ public class MerchantController {
|
|
* @param param 查询参数
|
|
* @param param 查询参数
|
|
* @return 商家信息列表
|
|
* @return 商家信息列表
|
|
*/
|
|
*/
|
|
- @GetMapping("/merchants")
|
|
|
|
|
|
+ @GetMapping("/merchantSort")
|
|
public List<SimpleMerchantVO> listSimpleMerchants(@Valid MerchantQueryParam param) {
|
|
public List<SimpleMerchantVO> listSimpleMerchants(@Valid MerchantQueryParam param) {
|
|
return MerchantCopier.INSTANCE.copying(this.merchantService.listSimpleMerchants(param));
|
|
return MerchantCopier.INSTANCE.copying(this.merchantService.listSimpleMerchants(param));
|
|
}
|
|
}
|